Html Css Color HEX #FA21AF Spicy Pink

📋 copy color: '#FA21AF'

red 250 ◦ green 33 ◦ blue 175

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

Shades of Spicy Pink #FA21AF

Tints of Spicy Pink #FA21AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.21%

R = 54.59%
G = 7.21%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#FA21AF (or 0xFA21AF) is known color: Spicy Pink. HEX triplet: FA, 21 and AF. RGB value is (250,33,175). Sum of RGB (Red+Green+Blue) = 250+33+175=458 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.59% from 458); Green value is 33 (13.28% from 255 or 7.21% from 458); Blue value is 175 (68.75% from 255 or 38.21% from 458); Max value from RGB is 250 - color contains mainly: red. Hex color #FA21AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA21AF is #05DE50. Grayscale: #717171. Windows color (decimal): -384593 or 11477498. OLE color: 11477498.

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

Color convert

RGB 250 33 175 -
CMYK 0 0.87 0.3 0.02
HSL 320.74º 0.96% 0.55% -
HSV(B) 320.74º 0.87% 0.98% -
XYZ 47.71 24.51 42.77 -
YUV 114.07 162.39 224.95 -
System Red Green Blue C M Y K H S L
Decimal 250 33 175 0 0.87 0.3 0.02 320.74 0.96 0.55
Hex FA 21 AF 0 57 1E 2 141 60 37
Octal 372 41 257 0 127 36 2 501 140 67
Binary 11111010 100001 10101111 0 1010111 11110 10 101000001 1100000 110111

Color Harmonies of #FA21AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA21AF

Black with #FA21AF

Text Example


Text Example

White with #FA21AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA21AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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