#F497BD

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

Shades of Shocking #F497BD

Tints of Shocking #F497BD

Color information

#F497BD (or 0xF497BD) is unknown color: approx Shocking. HEX triplet: F4, 97 and BD. RGB value is (244,151,189). Sum of RGB (Red+Green+Blue) = 244+151+189=584 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.78% from 584); Green value is 151 (59.38% from 255 or 25.86% from 584); Blue value is 189 (74.22% from 255 or 32.36% from 584); Max value from RGB is 244 - color contains mainly: red. Hex color #F497BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F497BD is #0B6842. Grayscale: #B7B7B7. Windows color (decimal): -747587 or 12425204. OLE color: 12425204.

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

Color convert

RGB244151189-
CMYK00.380.230.04
HSL335.48º80.87%77.45%-
HSV(B)335.48º38.11%95.69%-
XYZ57.5645.0453.8-
YUV183.14131.31171.41-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.78%
GREEN value IS 151 (59.38% from 255) = 25.86%
BLUE value IS 189 (74.22% from 255) = 32.36%
R=41.78%
G=25.86%
B=32.36%

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
Decimal24415118900.380.230.04335.4880.8777.45
HexF497BD02617414f514d
Octal364227275046274517121115
Binary11110100100101111011110101001101011110010100111110100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F497BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F497BD; }

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

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

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

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

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

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

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

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