Html Css Color HEX #FA20C0 Shocking Pink

📋 copy color: '#FA20C0'

red 250 ◦ green 32 ◦ blue 192

#FA20C0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shocking Pink #FA20C0

Tints of Shocking Pink #FA20C0

RGB

 RED value IS 250 (98.05% from 255) = 52.74%

 GREEN value IS 32 (12.89% from 255) = 6.75%

 BLUE value IS 192 (75.39% from 255) = 40.51%

R = 52.74%
G = 6.75%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FA20C0 (or 0xFA20C0) is known color: Shocking Pink. HEX triplet: FA, 20 and C0. RGB value is (250,32,192). Sum of RGB (Red+Green+Blue) = 250+32+192=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 32 (12.89% from 255 or 6.75% from 474); Blue value is 192 (75.39% from 255 or 40.51% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FA20C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA20C0 is #05DF3F. Grayscale: #737373. Windows color (decimal): -384832 or 12591354. OLE color: 12591354.

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

Color convert

RGB 250 32 192 -
CMYK 0 0.87 0.23 0.02
HSL 315.96º 0.96% 0.55% -
HSV(B) 315.96º 0.87% 0.98% -
XYZ 49.46 25.16 52.12 -
YUV 115.42 171.22 223.99 -
System Red Green Blue C M Y K H S L
Decimal 250 32 192 0 0.87 0.23 0.02 315.96 0.96 0.55
Hex FA 20 C0 0 57 17 2 13C 60 37
Octal 372 40 300 0 127 27 2 474 140 67
Binary 11111010 100000 11000000 0 1010111 10111 10 100111100 1100000 110111

Color Harmonies of #FA20C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA20C0

Black with #FA20C0

Text Example


Text Example

White with #FA20C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA20C0; }

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

 H1.HeaderClassName
 {
   color: #FA20C0;
 }
 .AnyTagClassName
 {
   color: #FA20C0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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