Html Css Color HEX #FE29B7 Spicy Pink

📋 copy color: '#FE29B7'

red 254 ◦ green 41 ◦ blue 183

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

Shades of Spicy Pink #FE29B7

Tints of Spicy Pink #FE29B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 38.28%

R = 53.14%
G = 8.58%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.00

RGB Variations

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

Color information

#FE29B7 (or 0xFE29B7) is known color: Spicy Pink. HEX triplet: FE, 29 and B7. RGB value is (254,41,183). Sum of RGB (Red+Green+Blue) = 254+41+183=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 41 (16.41% from 255 or 8.58% from 478); Blue value is 183 (71.88% from 255 or 38.28% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FE29B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE29B7 is #01D648. Grayscale: #787878. Windows color (decimal): -120393 or 12003838. OLE color: 12003838.

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

Color convert

RGB 254 41 183 -
CMYK 0 0.84 0.28 0.00
HSL 320º 0.99% 0.58% -
HSV(B) 320º 0.84% 1% -
XYZ 50.21 26.08 47.19 -
YUV 120.88 163.07 222.95 -
System Red Green Blue C M Y K H S L
Decimal 254 41 183 0 0.84 0.28 0.00 320 0.99 0.58
Hex FE 29 B7 0 54 1C 0 140 63 3A
Octal 376 51 267 0 124 34 0 500 143 72
Binary 11111110 101001 10110111 0 1010100 11100 0 101000000 1100011 111010

Color Harmonies of #FE29B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE29B7

Black with #FE29B7

Text Example


Text Example

White with #FE29B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE29B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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