#F498CB

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

Shades of Shocking #F498CB

Tints of Shocking #F498CB

Color information

#F498CB (or 0xF498CB) is unknown color: approx Shocking. HEX triplet: F4, 98 and CB. RGB value is (244,152,203). Sum of RGB (Red+Green+Blue) = 244+152+203=599 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.73% from 599); Green value is 152 (59.77% from 255 or 25.38% from 599); Blue value is 203 (79.69% from 255 or 33.89% from 599); Max value from RGB is 244 - color contains mainly: red. Hex color #F498CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F498CB is #0B6734. Grayscale: #B9B9B9. Windows color (decimal): -747317 or 13342964. OLE color: 13342964.

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

Color convert

RGB244152203-
CMYK00.380.170.04
HSL326.74º80.7%77.65%-
HSV(B)326.74º37.7%95.69%-
XYZ59.324662.25-
YUV185.32137.98169.85-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.73%
GREEN value IS 152 (59.77% from 255) = 25.38%
BLUE value IS 203 (79.69% from 255) = 33.89%
R=40.73%
G=25.38%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415220300.380.170.04326.7480.777.65
HexF498CB026114147514e
Octal364230313046214507121116
Binary11110100100110001100101101001101000110010100011110100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F498CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F498CB; }

 p { color: rgb(244,152,203); }

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

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

 a { background-color: rgb(244,152,203); }

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

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

 span { border-color: rgb(244,152,203); }

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