#FF33A6

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

Shades of Persian Rose #FF33A6

Tints of Persian Rose #FF33A6

Color information

#FF33A6 (or 0xFF33A6) is unknown color: approx Persian Rose. HEX triplet: FF, 33 and A6. RGB value is (255,51,166). Sum of RGB (Red+Green+Blue) = 255+51+166=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 51 (20.31% from 255 or 10.81% from 472); Blue value is 166 (65.23% from 255 or 35.17% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FF33A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF33A6 is #00CC59. Grayscale: #7C7C7C. Windows color (decimal): -52314 or 10892287. OLE color: 10892287.

HSL color Cylindrical-coordinate representation of color #FF33A6: hue angle of 326.18º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF33A6 is Cyan = 0, Magento = 0.8, Yellow = 0.35 and Black (K on CMYK) = 0.

Color convert

RGB25551166-
CMYK00.80.350
HSL326.18º100%60%-
HSV(B)326.18º80%100%-
XYZ49.3126.3838.57-
YUV125.11151.09220.65-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.03%
GREEN value IS 51 (20.31% from 255) = 10.81%
BLUE value IS 166 (65.23% from 255) = 35.17%
R=54.03%
G=10.81%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2555116600.80.350326.1810060
HexFF33A6050230146643c
Octal37763246012043050614474
Binary11111111110011101001100101000010001101010001101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF33A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF33A6; }

 p { color: rgb(255,51,166); }

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

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

 a { background-color: rgb(255,51,166); }

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

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

 span { border-color: rgb(255,51,166); }

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