Html Css Color HEX #FE29A6 Persian Rose

📋 copy color: '#FE29A6'

red 254 ◦ green 41 ◦ blue 166

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

Shades of Persian Rose #FE29A6

Tints of Persian Rose #FE29A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 36.01%

R = 55.1%
G = 8.89%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0.00

RGB Variations

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

Color information

#FE29A6 (or 0xFE29A6) is known color: Persian Rose. HEX triplet: FE, 29 and A6. RGB value is (254,41,166). Sum of RGB (Red+Green+Blue) = 254+41+166=461 (61% of max value = 765). Red value is 254 (99.61% from 255 or 55.10% from 461); Green value is 41 (16.41% from 255 or 8.89% from 461); Blue value is 166 (65.23% from 255 or 36.01% from 461); Max value from RGB is 254 - color contains mainly: red. Hex color #FE29A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE29A6 is #01D659. Grayscale: #767676. Windows color (decimal): -120410 or 10889726. OLE color: 10889726.

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

Color convert

RGB 254 41 166 -
CMYK 0 0.84 0.35 0.00
HSL 324.79º 0.99% 0.58% -
HSV(B) 324.79º 0.84% 1% -
XYZ 48.55 25.41 38.42 -
YUV 118.94 154.57 224.34 -
System Red Green Blue C M Y K H S L
Decimal 254 41 166 0 0.84 0.35 0.00 324.79 0.99 0.58
Hex FE 29 A6 0 54 23 0 145 63 3A
Octal 376 51 246 0 124 43 0 505 143 72
Binary 11111110 101001 10100110 0 1010100 100011 0 101000101 1100011 111010

Color Harmonies of #FE29A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE29A6

Black with #FE29A6

Text Example


Text Example

White with #FE29A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE29A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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