Html Css Color HEX #FE29B2 Spicy Pink

📋 copy color: '#FE29B2'

red 254 ◦ green 41 ◦ blue 178

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

Shades of Spicy Pink #FE29B2

Tints of Spicy Pink #FE29B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.63%

R = 53.7%
G = 8.67%
B = 37.63%

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

#FE29B2 (or 0xFE29B2) is known color: Spicy Pink. HEX triplet: FE, 29 and B2. RGB value is (254,41,178). Sum of RGB (Red+Green+Blue) = 254+41+178=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 41 (16.41% from 255 or 8.67% from 473); Blue value is 178 (69.92% from 255 or 37.63% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FE29B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE29B2 is #01D64D. Grayscale: #777777. Windows color (decimal): -120398 or 11676158. OLE color: 11676158.

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

Color convert

RGB 254 41 178 -
CMYK 0 0.84 0.30 0.00
HSL 321.41º 0.99% 0.58% -
HSV(B) 321.41º 0.84% 1% -
XYZ 49.7 25.87 44.49 -
YUV 120.31 160.57 223.36 -
System Red Green Blue C M Y K H S L
Decimal 254 41 178 0 0.84 0.30 0.00 321.41 0.99 0.58
Hex FE 29 B2 0 54 1E 0 141 63 3A
Octal 376 51 262 0 124 36 0 501 143 72
Binary 11111110 101001 10110010 0 1010100 11110 0 101000001 1100011 111010

Color Harmonies of #FE29B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE29B2

Black with #FE29B2

Text Example


Text Example

White with #FE29B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE29B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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