#F322A0

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

Shades of Persian Rose #F322A0

Tints of Persian Rose #F322A0

Color information

#F322A0 (or 0xF322A0) is unknown color: approx Persian Rose. HEX triplet: F3, 22 and A0. RGB value is (243,34,160). Sum of RGB (Red+Green+Blue) = 243+34+160=437 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.61% from 437); Green value is 34 (13.67% from 255 or 7.78% from 437); Blue value is 160 (62.89% from 255 or 36.61% from 437); Max value from RGB is 243 - color contains mainly: red. Hex color #F322A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F322A0 is #0CDD5F. Grayscale: #6E6E6E. Windows color (decimal): -843104 or 10494707. OLE color: 10494707.

HSL color Cylindrical-coordinate representation of color #F322A0: hue angle of 323.83º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F322A0 is Cyan = 0, Magento = 0.86, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB24334160-
CMYK00.860.340.05
HSL323.83º89.7%54.31%-
HSV(B)323.83º86.01%95.29%-
XYZ43.8822.7435.33-
YUV110.85155.74222.25-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 55.61%
GREEN value IS 34 (13.67% from 255) = 7.78%
BLUE value IS 160 (62.89% from 255) = 36.61%
R=55.61%
G=7.78%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2433416000.860.340.05323.8389.754.31
HexF322A00562251445a36
Octal36342240012642550413266
Binary1111001110001010100000010101101000101011010001001011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F322A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F322A0; }

 p { color: rgb(243,34,160); }

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

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

 a { background-color: rgb(243,34,160); }

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

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

 span { border-color: rgb(243,34,160); }

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