#F498C5

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

Shades of Shocking #F498C5

Tints of Shocking #F498C5

Color information

#F498C5 (or 0xF498C5) is unknown color: approx Shocking. HEX triplet: F4, 98 and C5. RGB value is (244,152,197). Sum of RGB (Red+Green+Blue) = 244+152+197=593 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.15% from 593); Green value is 152 (59.77% from 255 or 25.63% from 593); Blue value is 197 (77.34% from 255 or 33.22% from 593); Max value from RGB is 244 - color contains mainly: red. Hex color #F498C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F498C5 is #0B673A. Grayscale: #B8B8B8. Windows color (decimal): -747323 or 12949748. OLE color: 12949748.

HSL color Cylindrical-coordinate representation of color #F498C5: hue angle of 330.65º 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 #F498C5 is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.04.

Color convert

RGB244152197-
CMYK00.380.190.04
HSL330.65º80.7%77.65%-
HSV(B)330.65º37.7%95.69%-
XYZ58.6145.7258.56-
YUV184.64134.98170.34-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.15%
GREEN value IS 152 (59.77% from 255) = 25.63%
BLUE value IS 197 (77.34% from 255) = 33.22%
R=41.15%
G=25.63%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.19
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415219700.380.190.04330.6580.777.65
HexF498C502613414b514e
Octal364230305046234513121116
Binary11110100100110001100010101001101001110010100101110100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F498C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F498C5; }

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

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

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

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

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

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

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

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