Html Css Color HEX #F08287 Carissma

📋 copy color: '#F08287'

red 240 ◦ green 130 ◦ blue 135

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

Shades of Carissma #F08287

Tints of Carissma #F08287

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.74%

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

R = 47.52%
G = 25.74%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#F08287 (or 0xF08287) is known color: Carissma. HEX triplet: F0, 82 and 87. RGB value is (240,130,135). Sum of RGB (Red+Green+Blue) = 240+130+135=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 130 (51.17% from 255 or 25.74% from 505); Blue value is 135 (53.12% from 255 or 26.73% from 505); Max value from RGB is 240 - color contains mainly: red. Hex color #F08287 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08287 is #0F7D78. Grayscale: #A3A3A3. Windows color (decimal): -1015161 or 8880880. OLE color: 8880880.

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

Color convert

RGB 240 130 135 -
CMYK 0 0.46 0.44 0.06
HSL 357.27º 0.79% 0.73% -
HSV(B) 357.27º 0.46% 0.94% -
XYZ 48.29 36.24 27.37 -
YUV 163.46 111.94 182.59 -
System Red Green Blue C M Y K H S L
Decimal 240 130 135 0 0.46 0.44 0.06 357.27 0.79 0.73
Hex F0 82 87 0 2E 2C 6 165 4F 49
Octal 360 202 207 0 56 54 6 545 117 111
Binary 11110000 10000010 10000111 0 101110 101100 110 101100101 1001111 1001001

Color Harmonies of #F08287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08287

Black with #F08287

Text Example


Text Example

White with #F08287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08287; }

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

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

background-color css

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

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

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

border-color css

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

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

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