#FA20C4

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

Shades of Shocking Pink #FA20C4

Tints of Shocking Pink #FA20C4

Color information

#FA20C4 (or 0xFA20C4) is unknown color: approx Shocking Pink. HEX triplet: FA, 20 and C4. RGB value is (250,32,196). Sum of RGB (Red+Green+Blue) = 250+32+196=478 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.30% from 478); Green value is 32 (12.89% from 255 or 6.69% from 478); Blue value is 196 (76.95% from 255 or 41.00% from 478); Max value from RGB is 250 - color contains mainly: red. Hex color #FA20C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA20C4 is #05DF3B. Grayscale: #737373. Windows color (decimal): -384828 or 12853498. OLE color: 12853498.

HSL color Cylindrical-coordinate representation of color #FA20C4: hue angle of 314.86º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FA20C4 is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB25032196-
CMYK00.870.220.02
HSL314.86º95.61%55.29%-
HSV(B)314.86º87.2%98.04%-
XYZ49.925.3454.49-
YUV115.88173.22223.66-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 52.30%
GREEN value IS 32 (12.89% from 255) = 6.69%
BLUE value IS 196 (76.95% from 255) = 41.00%
R=52.30%
G=6.69%
B=41.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2503219600.870.220.02314.8695.6155.29
HexFA20C405716213b6037
Octal37240304012726247314067
Binary11111010100000110001000101011110110101001110111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA20C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA20C4; }

 p { color: rgb(250,32,196); }

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

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

 a { background-color: rgb(250,32,196); }

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

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

 span { border-color: rgb(250,32,196); }

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