#F87B87

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

Shades of Carissma #F87B87

Tints of Carissma #F87B87

Color information

#F87B87 (or 0xF87B87) is unknown color: approx Carissma. HEX triplet: F8, 7B and 87. RGB value is (248,123,135). Sum of RGB (Red+Green+Blue) = 248+123+135=506 (67% of max value = 765). Red value is 248 (97.27% from 255 or 49.01% from 506); Green value is 123 (48.44% from 255 or 24.31% from 506); Blue value is 135 (53.12% from 255 or 26.68% from 506); Max value from RGB is 248 - color contains mainly: red. Hex color #F87B87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87B87 is #078478. Grayscale: #A1A1A1. Windows color (decimal): -492665 or 8879096. OLE color: 8879096.

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

Color convert

RGB248123135-
CMYK00.500.460.03
HSL354.24º89.93%72.75%-
HSV(B)354.24º50.4%97.25%-
XYZ50.1735.8727.2-
YUV161.74112.91189.52-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 49.01%
GREEN value IS 123 (48.44% from 255) = 24.31%
BLUE value IS 135 (53.12% from 255) = 26.68%
R=49.01%
G=24.31%
B=26.68%

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
Decimal24812313500.500.460.03354.2489.9372.75
HexF87B870322E31625a49
Octal370173207062563542132111
Binary1111100011110111000011101100101011101110110001010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F87B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F87B87; }

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

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

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

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

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

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

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

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