#F499CF

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

Shades of Shocking #F499CF

Tints of Shocking #F499CF

Color information

#F499CF (or 0xF499CF) is unknown color: approx Shocking. HEX triplet: F4, 99 and CF. RGB value is (244,153,207). Sum of RGB (Red+Green+Blue) = 244+153+207=604 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.40% from 604); Green value is 153 (60.16% from 255 or 25.33% from 604); Blue value is 207 (81.25% from 255 or 34.27% from 604); Max value from RGB is 244 - color contains mainly: red. Hex color #F499CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F499CF is #0B6630. Grayscale: #BABABA. Windows color (decimal): -747057 or 13605364. OLE color: 13605364.

HSL color Cylindrical-coordinate representation of color #F499CF: hue angle of 324.4º degrees, saturation: 0.81, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F499CF is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB244153207-
CMYK00.370.150.04
HSL324.4º80.53%77.84%-
HSV(B)324.4º37.3%95.69%-
XYZ59.9646.5264.85-
YUV186.36139.65169.11-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.40%
GREEN value IS 153 (60.16% from 255) = 25.33%
BLUE value IS 207 (81.25% from 255) = 34.27%
R=40.40%
G=25.33%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415320700.370.150.04324.480.5377.84
HexF499CF025F4144514e
Octal364231317045174504121116
Binary1111010010011001110011110100101111110010100010010100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F499CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F499CF; }

 p { color: rgb(244,153,207); }

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

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

 a { background-color: rgb(244,153,207); }

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

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

 span { border-color: rgb(244,153,207); }

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