#FF30AA

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

Shades of Persian Rose #FF30AA

Tints of Persian Rose #FF30AA

Color information

#FF30AA (or 0xFF30AA) is unknown color: approx Persian Rose. HEX triplet: FF, 30 and AA. RGB value is (255,48,170). Sum of RGB (Red+Green+Blue) = 255+48+170=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 48 (19.14% from 255 or 10.15% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FF30AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF30AA is #00CF55. Grayscale: #7B7B7B. Windows color (decimal): -53078 or 11153663. OLE color: 11153663.

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

Color convert

RGB25548170-
CMYK00.810.330
HSL324.64º100%59.41%-
HSV(B)324.64º81.18%100%-
XYZ49.5526.2840.49-
YUV123.8154.08221.58-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.91%
GREEN value IS 48 (19.14% from 255) = 10.15%
BLUE value IS 170 (66.80% from 255) = 35.94%
R=53.91%
G=10.15%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2554817000.810.330324.6410059.41
HexFF30AA051210145643b
Octal37760252012141050514473
Binary11111111110000101010100101000110000101010001011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF30AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF30AA; }

 p { color: rgb(255,48,170); }

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

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

 a { background-color: rgb(255,48,170); }

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

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

 span { border-color: rgb(255,48,170); }

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