#F297C4

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

Shades of Shocking #F297C4

Tints of Shocking #F297C4

Color information

#F297C4 (or 0xF297C4) is unknown color: approx Shocking. HEX triplet: F2, 97 and C4. RGB value is (242,151,196). Sum of RGB (Red+Green+Blue) = 242+151+196=589 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.09% from 589); Green value is 151 (59.38% from 255 or 25.64% from 589); Blue value is 196 (76.95% from 255 or 33.28% from 589); Max value from RGB is 242 - color contains mainly: red. Hex color #F297C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F297C4 is #0D683B. Grayscale: #B7B7B7. Windows color (decimal): -878652 or 12883954. OLE color: 12883954.

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

Color convert

RGB242151196-
CMYK00.380.190.05
HSL330.33º77.78%77.06%-
HSV(B)330.33º37.6%94.9%-
XYZ57.654557.87-
YUV183.34135.15169.84-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.09%
GREEN value IS 151 (59.38% from 255) = 25.64%
BLUE value IS 196 (76.95% from 255) = 33.28%
R=41.09%
G=25.64%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215119600.380.190.05330.3377.7877.06
HexF297C402613514a4e4d
Octal362227304046235512116115
Binary11110010100101111100010001001101001110110100101010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F297C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F297C4; }

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

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

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

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

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

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

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

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