#FF32A8

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

Shades of Persian Rose #FF32A8

Tints of Persian Rose #FF32A8

Color information

#FF32A8 (or 0xFF32A8) is unknown color: approx Persian Rose. HEX triplet: FF, 32 and A8. RGB value is (255,50,168). Sum of RGB (Red+Green+Blue) = 255+50+168=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 50 (19.92% from 255 or 10.57% from 473); Blue value is 168 (66.02% from 255 or 35.52% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FF32A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF32A8 is #00CD57. Grayscale: #7C7C7C. Windows color (decimal): -52568 or 11023103. OLE color: 11023103.

HSL color Cylindrical-coordinate representation of color #FF32A8: hue angle of 325.46º 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 #FF32A8 is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.

Color convert

RGB25550168-
CMYK00.800.340
HSL325.46º100%59.8%-
HSV(B)325.46º80.39%100%-
XYZ49.4526.3739.53-
YUV124.75152.42220.91-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.91%
GREEN value IS 50 (19.92% from 255) = 10.57%
BLUE value IS 168 (66.02% from 255) = 35.52%
R=53.91%
G=10.57%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.34
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2555016800.800.340325.4610059.8
HexFF32A8050220145643c
Octal37762250012042050514474
Binary11111111110010101010000101000010001001010001011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF32A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF32A8; }

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

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

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

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

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

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

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

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