#FF32B5

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

Shades of Persian Rose #FF32B5

Tints of Persian Rose #FF32B5

Color information

#FF32B5 (or 0xFF32B5) is unknown color: approx Persian Rose. HEX triplet: FF, 32 and B5. RGB value is (255,50,181). Sum of RGB (Red+Green+Blue) = 255+50+181=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 50 (19.92% from 255 or 10.29% from 486); Blue value is 181 (71.09% from 255 or 37.24% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FF32B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF32B5 is #00CD4A. Grayscale: #7D7D7D. Windows color (decimal): -52555 or 11875071. OLE color: 11875071.

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

Color convert

RGB25550181-
CMYK00.800.290
HSL321.66º100%59.8%-
HSV(B)321.66º80.39%100%-
XYZ50.7226.8846.23-
YUV126.23158.92219.85-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.47%
GREEN value IS 50 (19.92% from 255) = 10.29%
BLUE value IS 181 (71.09% from 255) = 37.24%
R=52.47%
G=10.29%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2555018100.800.290321.6610059.8
HexFF32B50501D0142643c
Octal37762265012035050214474
Binary1111111111001010110101010100001110101010000101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF32B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF32B5; }

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

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

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

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

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

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

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

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