#FF33A8

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

Shades of Persian Rose #FF33A8

Tints of Persian Rose #FF33A8

Color information

#FF33A8 (or 0xFF33A8) is unknown color: approx Persian Rose. HEX triplet: FF, 33 and A8. RGB value is (255,51,168). Sum of RGB (Red+Green+Blue) = 255+51+168=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 51 (20.31% from 255 or 10.76% from 474); Blue value is 168 (66.02% from 255 or 35.44% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FF33A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF33A8 is #00CC57. Grayscale: #7D7D7D. Windows color (decimal): -52312 or 11023359. OLE color: 11023359.

HSL color Cylindrical-coordinate representation of color #FF33A8: hue angle of 325.59º 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 #FF33A8 is Cyan = 0, Magento = 0.8, Yellow = 0.34 and Black (K on CMYK) = 0.

Color convert

RGB25551168-
CMYK00.80.340
HSL325.59º100%60%-
HSV(B)325.59º80%100%-
XYZ49.4926.4539.54-
YUV125.33152.09220.49-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.80%
GREEN value IS 51 (20.31% from 255) = 10.76%
BLUE value IS 168 (66.02% from 255) = 35.44%
R=53.80%
G=10.76%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.34
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2555116800.80.340325.5910060
HexFF33A8050220146643c
Octal37763250012042050614474
Binary11111111110011101010000101000010001001010001101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF33A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF33A8; }

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

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

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

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

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

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

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

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