#FF56AA

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

Shades of Brilliant Rose #FF56AA

Tints of Brilliant Rose #FF56AA

Color information

#FF56AA (or 0xFF56AA) is unknown color: approx Brilliant Rose. HEX triplet: FF, 56 and AA. RGB value is (255,86,170). Sum of RGB (Red+Green+Blue) = 255+86+170=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 86 (33.98% from 255 or 16.83% from 511); Blue value is 170 (66.80% from 255 or 33.27% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FF56AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF56AA is #00A955. Grayscale: #919191. Windows color (decimal): -43350 or 11163391. OLE color: 11163391.

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

Color convert

RGB25586170-
CMYK00.660.330
HSL330.18º100%66.86%-
HSV(B)330.18º66.27%100%-
XYZ51.8230.8241.25-
YUV146.11141.49205.67-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.90%
GREEN value IS 86 (33.98% from 255) = 16.83%
BLUE value IS 170 (66.80% from 255) = 33.27%
R=49.90%
G=16.83%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558617000.660.330330.1810066.86
HexFF56AA04221014a6443
Octal3771262520102410512144103
Binary1111111110101101010101001000010100001010100101011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF56AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF56AA; }

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

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

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

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

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

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

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

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