Html Css Color HEX #FA21B2 Spicy Pink

📋 copy color: '#FA21B2'

red 250 ◦ green 33 ◦ blue 178

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

Shades of Spicy Pink #FA21B2

Tints of Spicy Pink #FA21B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 38.61%

R = 54.23%
G = 7.16%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FA21B2 (or 0xFA21B2) is known color: Spicy Pink. HEX triplet: FA, 21 and B2. RGB value is (250,33,178). Sum of RGB (Red+Green+Blue) = 250+33+178=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 33 (13.28% from 255 or 7.16% from 461); Blue value is 178 (69.92% from 255 or 38.61% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FA21B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA21B2 is #05DE4D. Grayscale: #727272. Windows color (decimal): -384590 or 11674106. OLE color: 11674106.

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

Color convert

RGB 250 33 178 -
CMYK 0 0.87 0.29 0.02
HSL 319.91º 0.96% 0.55% -
HSV(B) 319.91º 0.87% 0.98% -
XYZ 48 24.63 44.34 -
YUV 114.41 163.89 224.71 -
System Red Green Blue C M Y K H S L
Decimal 250 33 178 0 0.87 0.29 0.02 319.91 0.96 0.55
Hex FA 21 B2 0 57 1D 2 140 60 37
Octal 372 41 262 0 127 35 2 500 140 67
Binary 11111010 100001 10110010 0 1010111 11101 10 101000000 1100000 110111

Color Harmonies of #FA21B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA21B2

Black with #FA21B2

Text Example


Text Example

White with #FA21B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA21B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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