Html Css Color HEX #F17E8C Carissma

📋 copy color: '#F17E8C'

red 241 ◦ green 126 ◦ blue 140

#F17E8C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carissma #F17E8C

Tints of Carissma #F17E8C

RGB

 RED value IS 241 (94.53% from 255) = 47.53%

 GREEN value IS 126 (49.61% from 255) = 24.85%

 BLUE value IS 140 (55.08% from 255) = 27.61%

R = 47.53%
G = 24.85%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.42

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F17E8C (or 0xF17E8C) is known color: Carissma. HEX triplet: F1, 7E and 8C. RGB value is (241,126,140). Sum of RGB (Red+Green+Blue) = 241+126+140=507 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.53% from 507); Green value is 126 (49.61% from 255 or 24.85% from 507); Blue value is 140 (55.08% from 255 or 27.61% from 507); Max value from RGB is 241 - color contains mainly: red. Hex color #F17E8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17E8C is #0E8173. Grayscale: #A2A2A2. Windows color (decimal): -950644 or 9207537. OLE color: 9207537.

HSL color Cylindrical-coordinate representation of color #F17E8C: hue angle of 352.7º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F17E8C is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 126 140 -
CMYK 0 0.48 0.42 0.05
HSL 352.7º 0.8% 0.72% -
HSV(B) 352.7º 0.48% 0.95% -
XYZ 48.47 35.52 29.11 -
YUV 161.98 115.6 184.36 -
System Red Green Blue C M Y K H S L
Decimal 241 126 140 0 0.48 0.42 0.05 352.7 0.8 0.72
Hex F1 7E 8C 0 30 2A 5 161 50 48
Octal 361 176 214 0 60 52 5 541 120 110
Binary 11110001 1111110 10001100 0 110000 101010 101 101100001 1010000 1001000

Color Harmonies of #F17E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17E8C

Black with #F17E8C

Text Example


Text Example

White with #F17E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17E8C; }

 p { color: rgb(241,126,140); }

 H1.HeaderClassName
 {
   color: #F17E8C;
 }
 .AnyTagClassName
 {
   color: #F17E8C;
 }
</style>

background-color css

<style>
 a { background-color: #F17E8C; }

 a { background-color: rgb(241,126,140); }

 div.DivClassName
 {
   background-color: #F17E8C;
 }
 .BgClassName
 {
   background-color: #F17E8C;
 }
</style>

border-color css

<style>
 span { border-color: #F17E8C; }

 span { border-color: rgb(241,126,140); }

 td.TdClassName
 {
   border-color: #F17E8C;
 }
 .TagClassName
 {
   border-color: #F17E8C;
 }
</style>