#FF45AA

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

Shades of Brilliant Rose #FF45AA

Tints of Brilliant Rose #FF45AA

Color information

#FF45AA (or 0xFF45AA) is unknown color: approx Brilliant Rose. HEX triplet: FF, 45 and AA. RGB value is (255,69,170). Sum of RGB (Red+Green+Blue) = 255+69+170=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 69 (27.34% from 255 or 13.97% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FF45AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF45AA is #00BA55. Grayscale: #878787. Windows color (decimal): -47702 or 11159039. OLE color: 11159039.

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

Color convert

RGB25569170-
CMYK00.730.330
HSL327.42º100%63.53%-
HSV(B)327.42º72.94%100%-
XYZ50.6228.4240.85-
YUV136.13147.12212.79-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.62%
GREEN value IS 69 (27.34% from 255) = 13.97%
BLUE value IS 170 (66.80% from 255) = 34.41%
R=51.62%
G=13.97%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556917000.730.330327.4210063.53
HexFF45AA0492101476440
Octal3771052520111410507144100
Binary1111111110001011010101001001001100001010100011111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF45AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF45AA; }

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

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

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

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

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

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

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

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