#F87987

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

Shades of Carissma #F87987

Tints of Carissma #F87987

Color information

#F87987 (or 0xF87987) is unknown color: approx Carissma. HEX triplet: F8, 79 and 87. RGB value is (248,121,135). Sum of RGB (Red+Green+Blue) = 248+121+135=504 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.21% from 504); Green value is 121 (47.66% from 255 or 24.01% from 504); Blue value is 135 (53.12% from 255 or 26.79% from 504); Max value from RGB is 248 - color contains mainly: red. Hex color #F87987 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87987 is #078678. Grayscale: #A0A0A0. Windows color (decimal): -493177 or 8878584. OLE color: 8878584.

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

Color convert

RGB248121135-
CMYK00.510.460.03
HSL353.39º90.07%72.35%-
HSV(B)353.39º51.21%97.25%-
XYZ49.9235.3827.12-
YUV160.57113.58190.36-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 49.21%
GREEN value IS 121 (47.66% from 255) = 24.01%
BLUE value IS 135 (53.12% from 255) = 26.79%
R=49.21%
G=24.01%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24812113500.510.460.03353.3990.0772.35
HexF879870332E31615a48
Octal370171207063563541132110
Binary1111100011110011000011101100111011101110110000110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F87987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F87987; }

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

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

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

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

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

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

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

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