Html Css Color HEX #FE29B5 Spicy Pink

📋 copy color: '#FE29B5'

red 254 ◦ green 41 ◦ blue 181

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

Shades of Spicy Pink #FE29B5

Tints of Spicy Pink #FE29B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 38.03%

R = 53.36%
G = 8.61%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#FE29B5 (or 0xFE29B5) is known color: Spicy Pink. HEX triplet: FE, 29 and B5. RGB value is (254,41,181). Sum of RGB (Red+Green+Blue) = 254+41+181=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 41 (16.41% from 255 or 8.61% from 476); Blue value is 181 (71.09% from 255 or 38.03% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FE29B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE29B5 is #01D64A. Grayscale: #787878. Windows color (decimal): -120395 or 11872766. OLE color: 11872766.

HSL color Cylindrical-coordinate representation of color #FE29B5: hue angle of 320.56º 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 #FE29B5 is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 41 181 -
CMYK 0 0.84 0.29 0.00
HSL 320.56º 0.99% 0.58% -
HSV(B) 320.56º 0.84% 1% -
XYZ 50.01 25.99 46.1 -
YUV 120.65 162.07 223.12 -
System Red Green Blue C M Y K H S L
Decimal 254 41 181 0 0.84 0.29 0.00 320.56 0.99 0.58
Hex FE 29 B5 0 54 1D 0 141 63 3A
Octal 376 51 265 0 124 35 0 501 143 72
Binary 11111110 101001 10110101 0 1010100 11101 0 101000001 1100011 111010

Color Harmonies of #FE29B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE29B5

Black with #FE29B5

Text Example


Text Example

White with #FE29B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE29B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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