#F297C9

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

Shades of Shocking #F297C9

Tints of Shocking #F297C9

Color information

#F297C9 (or 0xF297C9) is unknown color: approx Shocking. HEX triplet: F2, 97 and C9. RGB value is (242,151,201). Sum of RGB (Red+Green+Blue) = 242+151+201=594 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.74% from 594); Green value is 151 (59.38% from 255 or 25.42% from 594); Blue value is 201 (78.91% from 255 or 33.84% from 594); Max value from RGB is 242 - color contains mainly: red. Hex color #F297C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F297C9 is #0D6836. Grayscale: #B7B7B7. Windows color (decimal): -878647 or 13211634. OLE color: 13211634.

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

Color convert

RGB242151201-
CMYK00.380.170.05
HSL327.03º77.78%77.06%-
HSV(B)327.03º37.6%94.9%-
XYZ58.2345.2360.92-
YUV183.91137.65169.43-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.74%
GREEN value IS 151 (59.38% from 255) = 25.42%
BLUE value IS 201 (78.91% from 255) = 33.84%
R=40.74%
G=25.42%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215120100.380.170.05327.0377.7877.06
HexF297C90261151474e4d
Octal362227311046215507116115
Binary11110010100101111100100101001101000110110100011110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F297C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F297C9; }

 p { color: rgb(242,151,201); }

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

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

 a { background-color: rgb(242,151,201); }

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

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

 span { border-color: rgb(242,151,201); }

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