#FA04BC

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

Shades of Shocking Pink #FA04BC

Tints of Shocking Pink #FA04BC

Color information

#FA04BC (or 0xFA04BC) is unknown color: approx Shocking Pink. HEX triplet: FA, 04 and BC. RGB value is (250,4,188). Sum of RGB (Red+Green+Blue) = 250+4+188=442 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.56% from 442); Green value is 4 (1.95% from 255 or 0.90% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 250 - color contains mainly: red. Hex color #FA04BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA04BC is #05FB43. Grayscale: #626262. Windows color (decimal): -392004 or 12322042. OLE color: 12322042.

HSL color Cylindrical-coordinate representation of color #FA04BC: hue angle of 315.12º 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 #FA04BC is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB2504188-
CMYK00.980.250.02
HSL315.12º96.85%49.8%-
HSV(B)315.12º98.4%98.04%-
XYZ48.5424.0449.66-
YUV98.53178.5236.04-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 56.56%
GREEN value IS 4 (1.95% from 255) = 0.90%
BLUE value IS 188 (73.83% from 255) = 42.53%
R=56.56%
G=0.90%
B=42.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250418800.980.250.02315.1296.8549.8
HexFA4BC06219213b6132
Octal3724274014231247314162
Binary11111010100101111000110001011001101001110111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA04BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA04BC; }

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

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

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

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

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

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

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

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