Html Css Color HEX #FA20C1 Shocking Pink

📋 copy color: '#FA20C1'

red 250 ◦ green 32 ◦ blue 193

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

Shades of Shocking Pink #FA20C1

Tints of Shocking Pink #FA20C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 40.63%

R = 52.63%
G = 6.74%
B = 40.63%

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

#FA20C1 (or 0xFA20C1) is known color: Shocking Pink. HEX triplet: FA, 20 and C1. RGB value is (250,32,193). Sum of RGB (Red+Green+Blue) = 250+32+193=475 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.63% from 475); Green value is 32 (12.89% from 255 or 6.74% from 475); Blue value is 193 (75.78% from 255 or 40.63% from 475); Max value from RGB is 250 - color contains mainly: red. Hex color #FA20C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA20C1 is #05DF3E. Grayscale: #737373. Windows color (decimal): -384831 or 12656890. OLE color: 12656890.

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

Color convert

RGB 250 32 193 -
CMYK 0 0.87 0.23 0.02
HSL 315.69º 0.96% 0.55% -
HSV(B) 315.69º 0.87% 0.98% -
XYZ 49.57 25.21 52.71 -
YUV 115.54 171.72 223.91 -
System Red Green Blue C M Y K H S L
Decimal 250 32 193 0 0.87 0.23 0.02 315.69 0.96 0.55
Hex FA 20 C1 0 57 17 2 13C 60 37
Octal 372 40 301 0 127 27 2 474 140 67
Binary 11111010 100000 11000001 0 1010111 10111 10 100111100 1100000 110111

Color Harmonies of #FA20C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA20C1

Black with #FA20C1

Text Example


Text Example

White with #FA20C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA20C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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