Html Css Color HEX #FE29B3 Spicy Pink

📋 copy color: '#FE29B3'

red 254 ◦ green 41 ◦ blue 179

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

Shades of Spicy Pink #FE29B3

Tints of Spicy Pink #FE29B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 37.76%

R = 53.59%
G = 8.65%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FE29B3 (or 0xFE29B3) is known color: Spicy Pink. HEX triplet: FE, 29 and B3. RGB value is (254,41,179). Sum of RGB (Red+Green+Blue) = 254+41+179=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 41 (16.41% from 255 or 8.65% from 474); Blue value is 179 (70.31% from 255 or 37.76% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FE29B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE29B3 is #01D64C. Grayscale: #787878. Windows color (decimal): -120397 or 11741694. OLE color: 11741694.

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

Color convert

RGB 254 41 179 -
CMYK 0 0.84 0.30 0.00
HSL 321.13º 0.99% 0.58% -
HSV(B) 321.13º 0.84% 1% -
XYZ 49.8 25.91 45.02 -
YUV 120.42 161.07 223.28 -
System Red Green Blue C M Y K H S L
Decimal 254 41 179 0 0.84 0.30 0.00 321.13 0.99 0.58
Hex FE 29 B3 0 54 1E 0 141 63 3A
Octal 376 51 263 0 124 36 0 501 143 72
Binary 11111110 101001 10110011 0 1010100 11110 0 101000001 1100011 111010

Color Harmonies of #FE29B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE29B3

Black with #FE29B3

Text Example


Text Example

White with #FE29B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE29B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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