#F87D93

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

Shades of Carissma #F87D93

Tints of Carissma #F87D93

Color information

#F87D93 (or 0xF87D93) is unknown color: approx Carissma. HEX triplet: F8, 7D and 93. RGB value is (248,125,147). Sum of RGB (Red+Green+Blue) = 248+125+147=520 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.69% from 520); Green value is 125 (49.22% from 255 or 24.04% from 520); Blue value is 147 (57.81% from 255 or 28.27% from 520); Max value from RGB is 248 - color contains mainly: red. Hex color #F87D93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87D93 is #07826C. Grayscale: #A4A4A4. Windows color (decimal): -492141 or 9666040. OLE color: 9666040.

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

Color convert

RGB248125147-
CMYK00.500.410.03
HSL349.27º89.78%73.14%-
HSV(B)349.27º49.6%97.25%-
XYZ51.3136.7331.99-
YUV164.28118.25187.71-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 47.69%
GREEN value IS 125 (49.22% from 255) = 24.04%
BLUE value IS 147 (57.81% from 255) = 28.27%
R=47.69%
G=24.04%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.41
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24812514700.500.410.03349.2789.7873.14
HexF87D9303229315d5a49
Octal370175223062513535132111
Binary1111100011111011001001101100101010011110101110110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F87D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F87D93; }

 p { color: rgb(248,125,147); }

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

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

 a { background-color: rgb(248,125,147); }

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

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

 span { border-color: rgb(248,125,147); }

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