#FD32A4

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

Shades of Persian Rose #FD32A4

Tints of Persian Rose #FD32A4

Color information

#FD32A4 (or 0xFD32A4) is unknown color: approx Persian Rose. HEX triplet: FD, 32 and A4. RGB value is (253,50,164). Sum of RGB (Red+Green+Blue) = 253+50+164=467 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.18% from 467); Green value is 50 (19.92% from 255 or 10.71% from 467); Blue value is 164 (64.45% from 255 or 35.12% from 467); Max value from RGB is 253 - color contains mainly: red. Hex color #FD32A4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD32A4 is #02CD5B. Grayscale: #7B7B7B. Windows color (decimal): -183644 or 10760957. OLE color: 10760957.

HSL color Cylindrical-coordinate representation of color #FD32A4: hue angle of 326.31º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FD32A4 is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB25350164-
CMYK00.800.350.01
HSL326.31º98.07%59.41%-
HSV(B)326.31º80.24%99.22%-
XYZ48.3525.8437.56-
YUV123.69150.75220.23-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 54.18%
GREEN value IS 50 (19.92% from 255) = 10.71%
BLUE value IS 164 (64.45% from 255) = 35.12%
R=54.18%
G=10.71%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2535016400.800.350.01326.3198.0759.41
HexFD32A4050231146623b
Octal37562244012043150614273
Binary11111101110010101001000101000010001111010001101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD32A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD32A4; }

 p { color: rgb(253,50,164); }

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

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

 a { background-color: rgb(253,50,164); }

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

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

 span { border-color: rgb(253,50,164); }

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