Html Css Color HEX #F08087 Carissma

📋 copy color: '#F08087'

red 240 ◦ green 128 ◦ blue 135

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

Shades of Carissma #F08087

Tints of Carissma #F08087

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.45%

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

R = 47.71%
G = 25.45%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#F08087 (or 0xF08087) is known color: Carissma. HEX triplet: F0, 80 and 87. RGB value is (240,128,135). Sum of RGB (Red+Green+Blue) = 240+128+135=503 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.71% from 503); Green value is 128 (50.39% from 255 or 25.45% from 503); Blue value is 135 (53.12% from 255 or 26.84% from 503); Max value from RGB is 240 - color contains mainly: red. Hex color #F08087 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08087 is #0F7F78. Grayscale: #A2A2A2. Windows color (decimal): -1015673 or 8880368. OLE color: 8880368.

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

Color convert

RGB 240 128 135 -
CMYK 0 0.47 0.44 0.06
HSL 356.25º 0.79% 0.72% -
HSV(B) 356.25º 0.47% 0.94% -
XYZ 48.03 35.71 27.28 -
YUV 162.29 112.61 183.43 -
System Red Green Blue C M Y K H S L
Decimal 240 128 135 0 0.47 0.44 0.06 356.25 0.79 0.72
Hex F0 80 87 0 2F 2C 6 164 4F 48
Octal 360 200 207 0 57 54 6 544 117 110
Binary 11110000 10000000 10000111 0 101111 101100 110 101100100 1001111 1001000

Color Harmonies of #F08087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08087

Black with #F08087

Text Example


Text Example

White with #F08087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08087; }

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

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

background-color css

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

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

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

border-color css

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

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

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