#F32FA4

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

Shades of Persian Rose #F32FA4

Tints of Persian Rose #F32FA4

Color information

#F32FA4 (or 0xF32FA4) is unknown color: approx Persian Rose. HEX triplet: F3, 2F and A4. RGB value is (243,47,164). Sum of RGB (Red+Green+Blue) = 243+47+164=454 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.52% from 454); Green value is 47 (18.75% from 255 or 10.35% from 454); Blue value is 164 (64.45% from 255 or 36.12% from 454); Max value from RGB is 243 - color contains mainly: red. Hex color #F32FA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32FA4 is #0CD05B. Grayscale: #767676. Windows color (decimal): -839772 or 10760179. OLE color: 10760179.

HSL color Cylindrical-coordinate representation of color #F32FA4: hue angle of 324.18º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F32FA4 is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB24347164-
CMYK00.810.330.05
HSL324.18º89.09%56.86%-
HSV(B)324.18º80.66%95.29%-
XYZ44.6823.7737.35-
YUV118.94153.43216.49-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 53.52%
GREEN value IS 47 (18.75% from 255) = 10.35%
BLUE value IS 164 (64.45% from 255) = 36.12%
R=53.52%
G=10.35%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2434716400.810.330.05324.1889.0956.86
HexF32FA40512151445939
Octal36357244012141550413171
Binary1111001110111110100100010100011000011011010001001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F32FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F32FA4; }

 p { color: rgb(243,47,164); }

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

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

 a { background-color: rgb(243,47,164); }

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

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

 span { border-color: rgb(243,47,164); }

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