#FF32AE

Color #FF32AE Persian Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Rose #FF32AE

Tints of Persian Rose #FF32AE

Color information

#FF32AE (or 0xFF32AE) is unknown color: approx Persian Rose. HEX triplet: FF, 32 and AE. RGB value is (255,50,174). Sum of RGB (Red+Green+Blue) = 255+50+174=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 50 (19.92% from 255 or 10.44% from 479); Blue value is 174 (68.36% from 255 or 36.33% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FF32AE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF32AE is #00CD51. Grayscale: #7D7D7D. Windows color (decimal): -52562 or 11416319. OLE color: 11416319.

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

Color convert

RGB25550174-
CMYK00.800.320
HSL323.71º100%59.8%-
HSV(B)323.71º80.39%100%-
XYZ50.0226.642.54-
YUV125.43155.42220.42-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.24%
GREEN value IS 50 (19.92% from 255) = 10.44%
BLUE value IS 174 (68.36% from 255) = 36.33%
R=53.24%
G=10.44%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2555017400.800.320323.7110059.8
HexFF32AE050200144643c
Octal37762256012040050414474
Binary11111111110010101011100101000010000001010001001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF32AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF32AE; }

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

 H1.HeaderClassName
 {
   color: #FF32AE;
 }
 .AnyTagClassName
 {
   color: #FF32AE;
 }
</style>
background-color css

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

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

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

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

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

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