Html Css Color HEX #FE20A7 Spicy Pink

📋 copy color: '#FE20A7'

red 254 ◦ green 32 ◦ blue 167

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

Shades of Spicy Pink #FE20A7

Tints of Spicy Pink #FE20A7

RGB

 RED value IS 254 (99.61% from 255) = 56.07%

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

 BLUE value IS 167 (65.63% from 255) = 36.87%

R = 56.07%
G = 7.06%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.34

 K value IS 0.00

RGB Variations

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

Color information

#FE20A7 (or 0xFE20A7) is known color: Spicy Pink. HEX triplet: FE, 20 and A7. RGB value is (254,32,167). Sum of RGB (Red+Green+Blue) = 254+32+167=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 32 (12.89% from 255 or 7.06% from 453); Blue value is 167 (65.62% from 255 or 36.87% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FE20A7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE20A7 is #01DF58. Grayscale: #717171. Windows color (decimal): -122713 or 10952958. OLE color: 10952958.

HSL color Cylindrical-coordinate representation of color #FE20A7: hue angle of 323.51º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FE20A7 is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 32 167 -
CMYK 0 0.87 0.34 0.00
HSL 323.51º 0.99% 0.56% -
HSV(B) 323.51º 0.87% 1% -
XYZ 48.36 24.89 38.82 -
YUV 113.77 158.05 228.02 -
System Red Green Blue C M Y K H S L
Decimal 254 32 167 0 0.87 0.34 0.00 323.51 0.99 0.56
Hex FE 20 A7 0 57 22 0 144 63 38
Octal 376 40 247 0 127 42 0 504 143 70
Binary 11111110 100000 10100111 0 1010111 100010 0 101000100 1100011 111000

Color Harmonies of #FE20A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE20A7

Black with #FE20A7

Text Example


Text Example

White with #FE20A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE20A7; }

 p { color: rgb(254,32,167); }

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

background-color css

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

 a { background-color: rgb(254,32,167); }

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

border-color css

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

 span { border-color: rgb(254,32,167); }

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