#FC33AA

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

Shades of Persian Rose #FC33AA

Tints of Persian Rose #FC33AA

Color information

#FC33AA (or 0xFC33AA) is unknown color: approx Persian Rose. HEX triplet: FC, 33 and AA. RGB value is (252,51,170). Sum of RGB (Red+Green+Blue) = 252+51+170=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 51 (20.31% from 255 or 10.78% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FC33AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC33AA is #03CC55. Grayscale: #7C7C7C. Windows color (decimal): -248918 or 11154428. OLE color: 11154428.

HSL color Cylindrical-coordinate representation of color #FC33AA: hue angle of 324.48º degrees, saturation: 0.97, 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 #FC33AA is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB25251170-
CMYK00.800.330.01
HSL324.48º97.1%59.41%-
HSV(B)324.48º79.76%98.82%-
XYZ48.5825.9740.48-
YUV124.66153.59218.82-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 53.28%
GREEN value IS 51 (20.31% from 255) = 10.78%
BLUE value IS 170 (66.80% from 255) = 35.94%
R=53.28%
G=10.78%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2525117000.800.330.01324.4897.159.41
HexFC33AA050211144613b
Octal37463252012041150414173
Binary11111100110011101010100101000010000111010001001100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC33AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC33AA; }

 p { color: rgb(252,51,170); }

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

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

 a { background-color: rgb(252,51,170); }

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

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

 span { border-color: rgb(252,51,170); }

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