Html Css Color HEX #FE1AAF Spicy Pink

📋 copy color: '#FE1AAF'

red 254 ◦ green 26 ◦ blue 175

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

Shades of Spicy Pink #FE1AAF

Tints of Spicy Pink #FE1AAF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.71%

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

R = 55.82%
G = 5.71%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FE1AAF (or 0xFE1AAF) is known color: Spicy Pink. HEX triplet: FE, 1A and AF. RGB value is (254,26,175). Sum of RGB (Red+Green+Blue) = 254+26+175=455 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.82% from 455); Green value is 26 (10.55% from 255 or 5.71% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1AAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE1AAF is #01E550. Grayscale: #6E6E6E. Windows color (decimal): -124241 or 11475710. OLE color: 11475710.

HSL color Cylindrical-coordinate representation of color #FE1AAF: hue angle of 320.79º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE1AAF is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 26 175 -
CMYK 0 0.90 0.31 0.00
HSL 320.79º 0.99% 0.55% -
HSV(B) 320.79º 0.9% 1% -
XYZ 48.98 24.9 42.78 -
YUV 111.16 164.04 229.88 -
System Red Green Blue C M Y K H S L
Decimal 254 26 175 0 0.90 0.31 0.00 320.79 0.99 0.55
Hex FE 1A AF 0 5A 1F 0 141 63 37
Octal 376 32 257 0 132 37 0 501 143 67
Binary 11111110 11010 10101111 0 1011010 11111 0 101000001 1100011 110111

Color Harmonies of #FE1AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1AAF

Black with #FE1AAF

Text Example


Text Example

White with #FE1AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1AAF; }

 p { color: rgb(254,26,175); }

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

background-color css

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

 a { background-color: rgb(254,26,175); }

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

border-color css

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

 span { border-color: rgb(254,26,175); }

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