#F87994

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

Shades of Carissma #F87994

Tints of Carissma #F87994

Color information

#F87994 (or 0xF87994) is unknown color: approx Carissma. HEX triplet: F8, 79 and 94. RGB value is (248,121,148). Sum of RGB (Red+Green+Blue) = 248+121+148=517 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.97% from 517); Green value is 121 (47.66% from 255 or 23.40% from 517); Blue value is 148 (58.20% from 255 or 28.63% from 517); Max value from RGB is 248 - color contains mainly: red. Hex color #F87994 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87994 is #07866B. Grayscale: #A2A2A2. Windows color (decimal): -493164 or 9730552. OLE color: 9730552.

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

Color convert

RGB248121148-
CMYK00.510.400.03
HSL347.24º90.07%72.35%-
HSV(B)347.24º51.21%97.25%-
XYZ50.8935.7732.24-
YUV162.05120.08189.3-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 47.97%
GREEN value IS 121 (47.66% from 255) = 23.40%
BLUE value IS 148 (58.20% from 255) = 28.63%
R=47.97%
G=23.40%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24812114800.510.400.03347.2490.0772.35
HexF8799403328315b5a48
Octal370171224063503533132110
Binary1111100011110011001010001100111010001110101101110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F87994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F87994; }

 p { color: rgb(248,121,148); }

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

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

 a { background-color: rgb(248,121,148); }

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

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

 span { border-color: rgb(248,121,148); }

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