Html Css Color HEX #FA21B0 Spicy Pink

📋 copy color: '#FA21B0'

red 250 ◦ green 33 ◦ blue 176

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

Shades of Spicy Pink #FA21B0

Tints of Spicy Pink #FA21B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 38.34%

R = 54.47%
G = 7.19%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FA21B0 (or 0xFA21B0) is known color: Spicy Pink. HEX triplet: FA, 21 and B0. RGB value is (250,33,176). Sum of RGB (Red+Green+Blue) = 250+33+176=459 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.47% from 459); Green value is 33 (13.28% from 255 or 7.19% from 459); Blue value is 176 (69.14% from 255 or 38.34% from 459); Max value from RGB is 250 - color contains mainly: red. Hex color #FA21B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA21B0 is #05DE4F. Grayscale: #717171. Windows color (decimal): -384592 or 11543034. OLE color: 11543034.

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

Color convert

RGB 250 33 176 -
CMYK 0 0.87 0.30 0.02
HSL 320.46º 0.96% 0.55% -
HSV(B) 320.46º 0.87% 0.98% -
XYZ 47.8 24.55 43.29 -
YUV 114.19 162.89 224.87 -
System Red Green Blue C M Y K H S L
Decimal 250 33 176 0 0.87 0.30 0.02 320.46 0.96 0.55
Hex FA 21 B0 0 57 1E 2 140 60 37
Octal 372 41 260 0 127 36 2 500 140 67
Binary 11111010 100001 10110000 0 1010111 11110 10 101000000 1100000 110111

Color Harmonies of #FA21B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA21B0

Black with #FA21B0

Text Example


Text Example

White with #FA21B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA21B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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