Html Css Color HEX #FE32AE Persian Rose

📋 copy color: '#FE32AE'

red 254 ◦ green 50 ◦ blue 174

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

Shades of Persian Rose #FE32AE

Tints of Persian Rose #FE32AE

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.46%

 BLUE value IS 174 (68.36% from 255) = 36.4%

R = 53.14%
G = 10.46%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FE32AE (or 0xFE32AE) is known color: Persian Rose. HEX triplet: FE, 32 and AE. RGB value is (254,50,174). Sum of RGB (Red+Green+Blue) = 254+50+174=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 50 (19.92% from 255 or 10.46% from 478); Blue value is 174 (68.36% from 255 or 36.40% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FE32AE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE32AE is #01CD51. Grayscale: #7C7C7C. Windows color (decimal): -118098 or 11416318. OLE color: 11416318.

HSL color Cylindrical-coordinate representation of color #FE32AE: hue angle of 323.53º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE32AE is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 50 174 -
CMYK 0 0.80 0.31 0.00
HSL 323.53º 0.99% 0.6% -
HSV(B) 323.53º 0.8% 1% -
XYZ 49.65 26.41 42.52 -
YUV 125.13 155.59 219.92 -
System Red Green Blue C M Y K H S L
Decimal 254 50 174 0 0.80 0.31 0.00 323.53 0.99 0.6
Hex FE 32 AE 0 50 1F 0 144 63 3C
Octal 376 62 256 0 120 37 0 504 143 74
Binary 11111110 110010 10101110 0 1010000 11111 0 101000100 1100011 111100

Color Harmonies of #FE32AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE32AE

Black with #FE32AE

Text Example


Text Example

White with #FE32AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE32AE; }

 p { color: rgb(254,50,174); }

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

background-color css

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

 a { background-color: rgb(254,50,174); }

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

border-color css

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

 span { border-color: rgb(254,50,174); }

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