Html Css Color HEX #FE29AF Spicy Pink

📋 copy color: '#FE29AF'

red 254 ◦ green 41 ◦ blue 175

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

Shades of Spicy Pink #FE29AF

Tints of Spicy Pink #FE29AF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.72%

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

R = 54.04%
G = 8.72%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FE29AF (or 0xFE29AF) is known color: Spicy Pink. HEX triplet: FE, 29 and AF. RGB value is (254,41,175). Sum of RGB (Red+Green+Blue) = 254+41+175=470 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.04% from 470); Green value is 41 (16.41% from 255 or 8.72% from 470); Blue value is 175 (68.75% from 255 or 37.23% from 470); Max value from RGB is 254 - color contains mainly: red. Hex color #FE29AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE29AF is #01D650. Grayscale: #777777. Windows color (decimal): -120401 or 11479550. OLE color: 11479550.

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

Color convert

RGB 254 41 175 -
CMYK 0 0.84 0.31 0.00
HSL 322.25º 0.99% 0.58% -
HSV(B) 322.25º 0.84% 1% -
XYZ 49.4 25.75 42.92 -
YUV 119.96 159.07 223.6 -
System Red Green Blue C M Y K H S L
Decimal 254 41 175 0 0.84 0.31 0.00 322.25 0.99 0.58
Hex FE 29 AF 0 54 1F 0 142 63 3A
Octal 376 51 257 0 124 37 0 502 143 72
Binary 11111110 101001 10101111 0 1010100 11111 0 101000010 1100011 111010

Color Harmonies of #FE29AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE29AF

Black with #FE29AF

Text Example


Text Example

White with #FE29AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE29AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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