#F298C6

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

Shades of Shocking #F298C6

Tints of Shocking #F298C6

Color information

#F298C6 (or 0xF298C6) is unknown color: approx Shocking. HEX triplet: F2, 98 and C6. RGB value is (242,152,198). Sum of RGB (Red+Green+Blue) = 242+152+198=592 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.88% from 592); Green value is 152 (59.77% from 255 or 25.68% from 592); Blue value is 198 (77.73% from 255 or 33.45% from 592); Max value from RGB is 242 - color contains mainly: red. Hex color #F298C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F298C6 is #0D6739. Grayscale: #B8B8B8. Windows color (decimal): -878394 or 13015282. OLE color: 13015282.

HSL color Cylindrical-coordinate representation of color #F298C6: hue angle of 329.33º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F298C6 is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB242152198-
CMYK00.370.180.05
HSL329.33º77.59%77.25%-
HSV(B)329.33º37.19%94.9%-
XYZ58.0445.4159.13-
YUV184.15135.82169.26-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.88%
GREEN value IS 152 (59.77% from 255) = 25.68%
BLUE value IS 198 (77.73% from 255) = 33.45%
R=40.88%
G=25.68%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215219800.370.180.05329.3377.5977.25
HexF298C60251251494e4d
Octal362230306045225511116115
Binary11110010100110001100011001001011001010110100100110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F298C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F298C6; }

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

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

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

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

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

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

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

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