#F497BC

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

Shades of Shocking #F497BC

Tints of Shocking #F497BC

Color information

#F497BC (or 0xF497BC) is unknown color: approx Shocking. HEX triplet: F4, 97 and BC. RGB value is (244,151,188). Sum of RGB (Red+Green+Blue) = 244+151+188=583 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.85% from 583); Green value is 151 (59.38% from 255 or 25.90% from 583); Blue value is 188 (73.83% from 255 or 32.25% from 583); Max value from RGB is 244 - color contains mainly: red. Hex color #F497BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F497BC is #0B6843. Grayscale: #B6B6B6. Windows color (decimal): -747588 or 12359668. OLE color: 12359668.

HSL color Cylindrical-coordinate representation of color #F497BC: hue angle of 336.13º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F497BC is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB244151188-
CMYK00.380.230.04
HSL336.13º80.87%77.45%-
HSV(B)336.13º38.11%95.69%-
XYZ57.454553.23-
YUV183.03130.81171.49-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.85%
GREEN value IS 151 (59.38% from 255) = 25.90%
BLUE value IS 188 (73.83% from 255) = 32.25%
R=41.85%
G=25.90%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415118800.380.230.04336.1380.8777.45
HexF497BC026174150514d
Octal364227274046274520121115
Binary11110100100101111011110001001101011110010101000010100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F497BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F497BC; }

 p { color: rgb(244,151,188); }

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

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

 a { background-color: rgb(244,151,188); }

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

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

 span { border-color: rgb(244,151,188); }

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