#F297B9

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

Shades of Shocking #F297B9

Tints of Shocking #F297B9

Color information

#F297B9 (or 0xF297B9) is unknown color: approx Shocking. HEX triplet: F2, 97 and B9. RGB value is (242,151,185). Sum of RGB (Red+Green+Blue) = 242+151+185=578 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.87% from 578); Green value is 151 (59.38% from 255 or 26.12% from 578); Blue value is 185 (72.66% from 255 or 32.01% from 578); Max value from RGB is 242 - color contains mainly: red. Hex color #F297B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F297B9 is #0D6846. Grayscale: #B6B6B6. Windows color (decimal): -878663 or 12163058. OLE color: 12163058.

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

Color convert

RGB242151185-
CMYK00.380.240.05
HSL337.58º77.78%77.06%-
HSV(B)337.58º37.6%94.9%-
XYZ56.4444.5151.52-
YUV182.08129.65170.74-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.87%
GREEN value IS 151 (59.38% from 255) = 26.12%
BLUE value IS 185 (72.66% from 255) = 32.01%
R=41.87%
G=26.12%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215118500.380.240.05337.5877.7877.06
HexF297B90261851524e4d
Octal362227271046305522116115
Binary11110010100101111011100101001101100010110101001010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F297B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F297B9; }

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

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

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

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

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

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

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

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