#FF03AA

Color #FF03AA Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #FF03AA

Tints of Hollywood Cerise #FF03AA

Color information

#FF03AA (or 0xFF03AA) is unknown color: approx Hollywood Cerise. HEX triplet: FF, 03 and AA. RGB value is (255,3,170). Sum of RGB (Red+Green+Blue) = 255+3+170=428 (56% of max value = 765). Red value is 255 (100% from 255 or 59.58% from 428); Green value is 3 (1.56% from 255 or 0.70% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 255 - color contains mainly: red. Hex color #FF03AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF03AA is #00FC55. Grayscale: #606060. Windows color (decimal): -64598 or 11142143. OLE color: 11142143.

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

Color convert

RGB2553170-
CMYK00.990.330
HSL320.24º100%50.59%-
HSV(B)320.24º98.82%100%-
XYZ48.5324.2340.15-
YUV97.39168.99240.42-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 59.58%
GREEN value IS 3 (1.56% from 255) = 0.70%
BLUE value IS 170 (66.80% from 255) = 39.72%
R=59.58%
G=0.70%
B=39.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255317000.990.330320.2410050.59
HexFF3AA0632101406433
Octal3773252014341050014463
Binary1111111111101010100110001110000101010000001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF03AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF03AA; }

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

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

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

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

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

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

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

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