#FF44AA

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

Shades of Brilliant Rose #FF44AA

Tints of Brilliant Rose #FF44AA

Color information

#FF44AA (or 0xFF44AA) is unknown color: approx Brilliant Rose. HEX triplet: FF, 44 and AA. RGB value is (255,68,170). Sum of RGB (Red+Green+Blue) = 255+68+170=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 68 (26.95% from 255 or 13.79% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FF44AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF44AA is #00BB55. Grayscale: #878787. Windows color (decimal): -47958 or 11158783. OLE color: 11158783.

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

Color convert

RGB25568170-
CMYK00.730.330
HSL327.27º100%63.33%-
HSV(B)327.27º73.33%100%-
XYZ50.5628.340.83-
YUV135.54147.45213.21-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.72%
GREEN value IS 68 (26.95% from 255) = 13.79%
BLUE value IS 170 (66.80% from 255) = 34.48%
R=51.72%
G=13.79%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556817000.730.330327.2710063.33
HexFF44AA049210147643f
Octal377104252011141050714477
Binary111111111000100101010100100100110000101010001111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF44AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF44AA; }

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

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

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

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

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

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

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

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