#FA04B4

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

Shades of Shocking Pink #FA04B4

Tints of Shocking Pink #FA04B4

Color information

#FA04B4 (or 0xFA04B4) is unknown color: approx Shocking Pink. HEX triplet: FA, 04 and B4. RGB value is (250,4,180). Sum of RGB (Red+Green+Blue) = 250+4+180=434 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.60% from 434); Green value is 4 (1.95% from 255 or 0.92% from 434); Blue value is 180 (70.70% from 255 or 41.47% from 434); Max value from RGB is 250 - color contains mainly: red. Hex color #FA04B4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA04B4 is #05FB4B. Grayscale: #616161. Windows color (decimal): -392012 or 11797754. OLE color: 11797754.

HSL color Cylindrical-coordinate representation of color #FA04B4: hue angle of 317.07º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA04B4 is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB2504180-
CMYK00.980.280.02
HSL317.07º96.85%49.8%-
HSV(B)317.07º98.4%98.04%-
XYZ47.7123.7145.24-
YUV97.62174.5236.69-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 57.60%
GREEN value IS 4 (1.95% from 255) = 0.92%
BLUE value IS 180 (70.70% from 255) = 41.47%
R=57.60%
G=0.92%
B=41.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250418000.980.280.02317.0796.8549.8
HexFA4B40621C213d6132
Octal3724264014234247514162
Binary11111010100101101000110001011100101001111011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA04B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA04B4; }

 p { color: rgb(250,4,180); }

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

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

 a { background-color: rgb(250,4,180); }

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

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

 span { border-color: rgb(250,4,180); }

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