#F32EAC

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

Shades of Persian Rose #F32EAC

Tints of Persian Rose #F32EAC

Color information

#F32EAC (or 0xF32EAC) is unknown color: approx Persian Rose. HEX triplet: F3, 2E and AC. RGB value is (243,46,172). Sum of RGB (Red+Green+Blue) = 243+46+172=461 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.71% from 461); Green value is 46 (18.36% from 255 or 9.98% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 243 - color contains mainly: red. Hex color #F32EAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32EAC is #0CD153. Grayscale: #767676. Windows color (decimal): -840020 or 11284211. OLE color: 11284211.

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

Color convert

RGB24346172-
CMYK00.810.290.05
HSL321.62º89.14%56.67%-
HSV(B)321.62º81.07%95.29%-
XYZ45.3923.9941.27-
YUV119.27157.77216.25-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 52.71%
GREEN value IS 46 (18.36% from 255) = 9.98%
BLUE value IS 172 (67.58% from 255) = 37.31%
R=52.71%
G=9.98%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2434617200.810.290.05321.6289.1456.67
HexF32EAC0511D51425939
Octal36356254012135550213171
Binary111100111011101010110001010001111011011010000101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F32EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F32EAC; }

 p { color: rgb(243,46,172); }

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

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

 a { background-color: rgb(243,46,172); }

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

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

 span { border-color: rgb(243,46,172); }

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