Html Css Color HEX #FA21C2 Shocking Pink

📋 copy color: '#FA21C2'

red 250 ◦ green 33 ◦ blue 194

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

Shades of Shocking Pink #FA21C2

Tints of Shocking Pink #FA21C2

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.92%

 BLUE value IS 194 (76.17% from 255) = 40.67%

R = 52.41%
G = 6.92%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FA21C2 (or 0xFA21C2) is known color: Shocking Pink. HEX triplet: FA, 21 and C2. RGB value is (250,33,194). Sum of RGB (Red+Green+Blue) = 250+33+194=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 33 (13.28% from 255 or 6.92% from 477); Blue value is 194 (76.17% from 255 or 40.67% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FA21C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA21C2 is #05DE3D. Grayscale: #737373. Windows color (decimal): -384574 or 12722682. OLE color: 12722682.

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

Color convert

RGB 250 33 194 -
CMYK 0 0.87 0.22 0.02
HSL 315.48º 0.96% 0.55% -
HSV(B) 315.48º 0.87% 0.98% -
XYZ 49.71 25.31 53.3 -
YUV 116.24 171.89 223.41 -
System Red Green Blue C M Y K H S L
Decimal 250 33 194 0 0.87 0.22 0.02 315.48 0.96 0.55
Hex FA 21 C2 0 57 16 2 13B 60 37
Octal 372 41 302 0 127 26 2 473 140 67
Binary 11111010 100001 11000010 0 1010111 10110 10 100111011 1100000 110111

Color Harmonies of #FA21C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA21C2

Black with #FA21C2

Text Example


Text Example

White with #FA21C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA21C2; }

 p { color: rgb(250,33,194); }

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

background-color css

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

 a { background-color: rgb(250,33,194); }

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

border-color css

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

 span { border-color: rgb(250,33,194); }

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