#FA97BD

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

Shades of Shocking #FA97BD

Tints of Shocking #FA97BD

Color information

#FA97BD (or 0xFA97BD) is unknown color: approx Shocking. HEX triplet: FA, 97 and BD. RGB value is (250,151,189). Sum of RGB (Red+Green+Blue) = 250+151+189=590 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.37% from 590); Green value is 151 (59.38% from 255 or 25.59% from 590); Blue value is 189 (74.22% from 255 or 32.03% from 590); Max value from RGB is 250 - color contains mainly: red. Hex color #FA97BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA97BD is #056842. Grayscale: #B8B8B8. Windows color (decimal): -354371 or 12425210. OLE color: 12425210.

HSL color Cylindrical-coordinate representation of color #FA97BD: hue angle of 336.97º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FA97BD is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB250151189-
CMYK00.400.240.02
HSL336.97º90.83%78.63%-
HSV(B)336.97º39.6%98.04%-
XYZ59.6846.1353.9-
YUV184.93130.3174.41-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.37%
GREEN value IS 151 (59.38% from 255) = 25.59%
BLUE value IS 189 (74.22% from 255) = 32.03%
R=42.37%
G=25.59%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015118900.400.240.02336.9790.8378.63
HexFA97BD0281821515b4f
Octal372227275050302521133117
Binary1111101010010111101111010101000110001010101000110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA97BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA97BD; }

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

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

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

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

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

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

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

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