#F87F85

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

Shades of Carissma #F87F85

Tints of Carissma #F87F85

Color information

#F87F85 (or 0xF87F85) is unknown color: approx Carissma. HEX triplet: F8, 7F and 85. RGB value is (248,127,133). Sum of RGB (Red+Green+Blue) = 248+127+133=508 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.82% from 508); Green value is 127 (50% from 255 or 25% from 508); Blue value is 133 (52.34% from 255 or 26.18% from 508); Max value from RGB is 248 - color contains mainly: red. Hex color #F87F85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87F85 is #07807A. Grayscale: #A3A3A3. Windows color (decimal): -491643 or 8749048. OLE color: 8749048.

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

Color convert

RGB248127133-
CMYK00.490.460.03
HSL357.02º89.63%73.53%-
HSV(B)357.02º48.79%97.25%-
XYZ50.5336.8326.64-
YUV163.86110.59188.01-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 48.82%
GREEN value IS 127 (50% from 255) = 25%
BLUE value IS 133 (52.34% from 255) = 26.18%
R=48.82%
G=25%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24812713300.490.460.03357.0289.6373.53
HexF87F850312E31655a4a
Octal370177205061563545132112
Binary1111100011111111000010101100011011101110110010110110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F87F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F87F85; }

 p { color: rgb(248,127,133); }

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

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

 a { background-color: rgb(248,127,133); }

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

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

 span { border-color: rgb(248,127,133); }

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