#F87F8B

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

Shades of Carissma #F87F8B

Tints of Carissma #F87F8B

Color information

#F87F8B (or 0xF87F8B) is unknown color: approx Carissma. HEX triplet: F8, 7F and 8B. RGB value is (248,127,139). Sum of RGB (Red+Green+Blue) = 248+127+139=514 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.25% from 514); Green value is 127 (50% from 255 or 24.71% from 514); Blue value is 139 (54.69% from 255 or 27.04% from 514); Max value from RGB is 248 - color contains mainly: red. Hex color #F87F8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87F8B is #078074. Grayscale: #A4A4A4. Windows color (decimal): -491637 or 9142264. OLE color: 9142264.

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

Color convert

RGB248127139-
CMYK00.490.440.03
HSL354.05º89.63%73.53%-
HSV(B)354.05º48.79%97.25%-
XYZ50.963728.88-
YUV164.55113.59187.52-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 48.25%
GREEN value IS 127 (50% from 255) = 24.71%
BLUE value IS 139 (54.69% from 255) = 27.04%
R=48.25%
G=24.71%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.44
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24812713900.490.440.03354.0589.6373.53
HexF87F8B0312C31625a4a
Octal370177213061543542132112
Binary1111100011111111000101101100011011001110110001010110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F87F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F87F8B; }

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

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

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

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

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

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

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

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