#F498C6

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

Shades of Shocking #F498C6

Tints of Shocking #F498C6

Color information

#F498C6 (or 0xF498C6) is unknown color: approx Shocking. HEX triplet: F4, 98 and C6. RGB value is (244,152,198). Sum of RGB (Red+Green+Blue) = 244+152+198=594 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.08% from 594); Green value is 152 (59.77% from 255 or 25.59% from 594); Blue value is 198 (77.73% from 255 or 33.33% from 594); Max value from RGB is 244 - color contains mainly: red. Hex color #F498C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F498C6 is #0B6739. Grayscale: #B8B8B8. Windows color (decimal): -747322 or 13015284. OLE color: 13015284.

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

Color convert

RGB244152198-
CMYK00.380.190.04
HSL330º80.7%77.65%-
HSV(B)330º37.7%95.69%-
XYZ58.7345.7759.16-
YUV184.75135.48170.26-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.08%
GREEN value IS 152 (59.77% from 255) = 25.59%
BLUE value IS 198 (77.73% from 255) = 33.33%
R=41.08%
G=25.59%
B=33.33%

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
Decimal24415219800.380.190.0433080.777.65
HexF498C602613414a514e
Octal364230306046234512121116
Binary11110100100110001100011001001101001110010100101010100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F498C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F498C6; }

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

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

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

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

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

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

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

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