#f333ac

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

Shades of Persian Rose #F333AC

Tints of Persian Rose #F333AC

Color information

#F333AC (or 0xF333AC) is unknown color: approx Persian Rose. HEX triplet: F3, 33 and AC. RGB value is (243,51,172). Sum of RGB (Red+Green+Blue) = 243+51+172=466 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.15% from 466); Green value is 51 (20.31% from 255 or 10.94% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 243 - color contains mainly: red. Hex color #F333AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F333AC is #0CCC53. Grayscale: #797979. Windows color (decimal): -838740 or 11285491. OLE color: 11285491.

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

Color convert

RGB24351172-
CMYK00.790.290.05
HSL322.19º88.89%57.65%-
HSV(B)322.19º79.01%95.29%-
XYZ45.5924.441.34-
YUV122.2156.11214.16-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 52.15%
GREEN value IS 51 (20.31% from 255) = 10.94%
BLUE value IS 172 (67.58% from 255) = 36.91%
R=52.15%
G=10.94%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2435117200.790.290.05322.1988.8957.65
HexF333AC04F1D5142593a
Octal36363254011735550213172
Binary111100111100111010110001001111111011011010000101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f333ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f333ac; }

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

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

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

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

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

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

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

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