#F87B86

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

Shades of Carissma #F87B86

Tints of Carissma #F87B86

Color information

#F87B86 (or 0xF87B86) is unknown color: approx Carissma. HEX triplet: F8, 7B and 86. RGB value is (248,123,134). Sum of RGB (Red+Green+Blue) = 248+123+134=505 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.11% from 505); Green value is 123 (48.44% from 255 or 24.36% from 505); Blue value is 134 (52.73% from 255 or 26.53% from 505); Max value from RGB is 248 - color contains mainly: red. Hex color #F87B86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87B86 is #078479. Grayscale: #A1A1A1. Windows color (decimal): -492666 or 8813560. OLE color: 8813560.

HSL color Cylindrical-coordinate representation of color #F87B86: hue angle of 354.72º 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 #F87B86 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB248123134-
CMYK00.500.460.03
HSL354.72º89.93%72.75%-
HSV(B)354.72º50.4%97.25%-
XYZ50.135.8426.83-
YUV161.63112.41189.61-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 49.11%
GREEN value IS 123 (48.44% from 255) = 24.36%
BLUE value IS 134 (52.73% from 255) = 26.53%
R=49.11%
G=24.36%
B=26.53%

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
Decimal24812313400.500.460.03354.7289.9372.75
HexF87B860322E31635a49
Octal370173206062563543132111
Binary1111100011110111000011001100101011101110110001110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F87B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F87B86; }

 p { color: rgb(248,123,134); }

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

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

 a { background-color: rgb(248,123,134); }

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

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

 span { border-color: rgb(248,123,134); }

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