Html Css Color HEX #F08387 Carissma

📋 copy color: '#F08387'

red 240 ◦ green 131 ◦ blue 135

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

Shades of Carissma #F08387

Tints of Carissma #F08387

RGB

 RED value IS 240 (94.14% from 255) = 47.43%

 GREEN value IS 131 (51.56% from 255) = 25.89%

 BLUE value IS 135 (53.13% from 255) = 26.68%

R = 47.43%
G = 25.89%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#F08387 (or 0xF08387) is known color: Carissma. HEX triplet: F0, 83 and 87. RGB value is (240,131,135). Sum of RGB (Red+Green+Blue) = 240+131+135=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 131 (51.56% from 255 or 25.89% from 506); Blue value is 135 (53.12% from 255 or 26.68% from 506); Max value from RGB is 240 - color contains mainly: red. Hex color #F08387 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08387 is #0F7C78. Grayscale: #A4A4A4. Windows color (decimal): -1014905 or 8881136. OLE color: 8881136.

HSL color Cylindrical-coordinate representation of color #F08387: hue angle of 357.8º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F08387 is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 131 135 -
CMYK 0 0.45 0.44 0.06
HSL 357.8º 0.78% 0.73% -
HSV(B) 357.8º 0.45% 0.94% -
XYZ 48.42 36.51 27.42 -
YUV 164.05 111.61 182.17 -
System Red Green Blue C M Y K H S L
Decimal 240 131 135 0 0.45 0.44 0.06 357.8 0.78 0.73
Hex F0 83 87 0 2D 2C 6 166 4E 49
Octal 360 203 207 0 55 54 6 546 116 111
Binary 11110000 10000011 10000111 0 101101 101100 110 101100110 1001110 1001001

Color Harmonies of #F08387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08387

Black with #F08387

Text Example


Text Example

White with #F08387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08387; }

 p { color: rgb(240,131,135); }

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

background-color css

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

 a { background-color: rgb(240,131,135); }

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

border-color css

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

 span { border-color: rgb(240,131,135); }

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