Html Css Color HEX #FE29A0 Persian Rose

📋 copy color: '#FE29A0'

red 254 ◦ green 41 ◦ blue 160

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

Shades of Persian Rose #FE29A0

Tints of Persian Rose #FE29A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 35.16%

R = 55.82%
G = 9.01%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FE29A0 (or 0xFE29A0) is known color: Persian Rose. HEX triplet: FE, 29 and A0. RGB value is (254,41,160). Sum of RGB (Red+Green+Blue) = 254+41+160=455 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.82% from 455); Green value is 41 (16.41% from 255 or 9.01% from 455); Blue value is 160 (62.89% from 255 or 35.16% from 455); Max value from RGB is 254 - color contains mainly: red. Hex color #FE29A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE29A0 is #01D65F. Grayscale: #757575. Windows color (decimal): -120416 or 10496510. OLE color: 10496510.

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

Color convert

RGB 254 41 160 -
CMYK 0 0.84 0.37 0.00
HSL 326.48º 0.99% 0.58% -
HSV(B) 326.48º 0.84% 1% -
XYZ 48.01 25.19 35.59 -
YUV 118.25 151.57 224.82 -
System Red Green Blue C M Y K H S L
Decimal 254 41 160 0 0.84 0.37 0.00 326.48 0.99 0.58
Hex FE 29 A0 0 54 25 0 146 63 3A
Octal 376 51 240 0 124 45 0 506 143 72
Binary 11111110 101001 10100000 0 1010100 100101 0 101000110 1100011 111010

Color Harmonies of #FE29A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE29A0

Black with #FE29A0

Text Example


Text Example

White with #FE29A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE29A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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