#FF33A4

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

Shades of Persian Rose #FF33A4

Tints of Persian Rose #FF33A4

Color information

#FF33A4 (or 0xFF33A4) is unknown color: approx Persian Rose. HEX triplet: FF, 33 and A4. RGB value is (255,51,164). Sum of RGB (Red+Green+Blue) = 255+51+164=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 51 (20.31% from 255 or 10.85% from 470); Blue value is 164 (64.45% from 255 or 34.89% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FF33A4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF33A4 is #00CC5B. Grayscale: #7C7C7C. Windows color (decimal): -52316 or 10761215. OLE color: 10761215.

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

Color convert

RGB25551164-
CMYK00.80.360
HSL326.76º100%60%-
HSV(B)326.76º80%100%-
XYZ49.1226.3137.61-
YUV124.88150.09220.81-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.26%
GREEN value IS 51 (20.31% from 255) = 10.85%
BLUE value IS 164 (64.45% from 255) = 34.89%
R=54.26%
G=10.85%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2555116400.80.360326.7610060
HexFF33A4050240147643c
Octal37763244012044050714474
Binary11111111110011101001000101000010010001010001111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF33A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF33A4; }

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

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

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

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

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

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

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

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