#F87E85

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

Shades of Carissma #F87E85

Tints of Carissma #F87E85

Color information

#F87E85 (or 0xF87E85) is unknown color: approx Carissma. HEX triplet: F8, 7E and 85. RGB value is (248,126,133). Sum of RGB (Red+Green+Blue) = 248+126+133=507 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.92% from 507); Green value is 126 (49.61% from 255 or 24.85% from 507); Blue value is 133 (52.34% from 255 or 26.23% from 507); Max value from RGB is 248 - color contains mainly: red. Hex color #F87E85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87E85 is #07817A. Grayscale: #A3A3A3. Windows color (decimal): -491899 or 8748792. OLE color: 8748792.

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

Color convert

RGB248126133-
CMYK00.490.460.03
HSL356.56º89.71%73.33%-
HSV(B)356.56º49.19%97.25%-
XYZ50.4136.5726.59-
YUV163.28110.92188.43-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 48.92%
GREEN value IS 126 (49.61% from 255) = 24.85%
BLUE value IS 133 (52.34% from 255) = 26.23%
R=48.92%
G=24.85%
B=26.23%

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
Decimal24812613300.490.460.03356.5689.7173.33
HexF87E850312E31655a49
Octal370176205061563545132111
Binary1111100011111101000010101100011011101110110010110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F87E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F87E85; }

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

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

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

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

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

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

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

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