#F87D87

Color #F87D87 Carissma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carissma #F87D87

Tints of Carissma #F87D87

Color information

#F87D87 (or 0xF87D87) is unknown color: approx Carissma. HEX triplet: F8, 7D and 87. RGB value is (248,125,135). Sum of RGB (Red+Green+Blue) = 248+125+135=508 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.82% from 508); Green value is 125 (49.22% from 255 or 24.61% from 508); Blue value is 135 (53.12% from 255 or 26.57% from 508); Max value from RGB is 248 - color contains mainly: red. Hex color #F87D87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87D87 is #078278. Grayscale: #A2A2A2. Windows color (decimal): -492153 or 8879608. OLE color: 8879608.

HSL color Cylindrical-coordinate representation of color #F87D87: hue angle of 355.12º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F87D87 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB248125135-
CMYK00.500.460.03
HSL355.12º89.78%73.14%-
HSV(B)355.12º49.6%97.25%-
XYZ50.4236.3727.29-
YUV162.92112.25188.69-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 48.82%
GREEN value IS 125 (49.22% from 255) = 24.61%
BLUE value IS 135 (53.12% from 255) = 26.57%
R=48.82%
G=24.61%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24812513500.500.460.03355.1289.7873.14
HexF87D870322E31635a49
Octal370175207062563543132111
Binary1111100011111011000011101100101011101110110001110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F87D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F87D87; }

 p { color: rgb(248,125,135); }

 H1.HeaderClassName
 {
   color: #F87D87;
 }
 .AnyTagClassName
 {
   color: #F87D87;
 }
</style>
background-color css

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

 a { background-color: rgb(248,125,135); }

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

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

 span { border-color: rgb(248,125,135); }

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