#FF56AC

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

Shades of Brilliant Rose #FF56AC

Tints of Brilliant Rose #FF56AC

Color information

#FF56AC (or 0xFF56AC) is unknown color: approx Brilliant Rose. HEX triplet: FF, 56 and AC. RGB value is (255,86,172). Sum of RGB (Red+Green+Blue) = 255+86+172=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 86 (33.98% from 255 or 16.76% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FF56AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF56AC is #00A953. Grayscale: #929292. Windows color (decimal): -43348 or 11294463. OLE color: 11294463.

HSL color Cylindrical-coordinate representation of color #FF56AC: hue angle of 329.47º 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 #FF56AC is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB25586172-
CMYK00.660.330
HSL329.47º100%66.86%-
HSV(B)329.47º66.27%100%-
XYZ52.0130.8942.25-
YUV146.33142.49205.51-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.71%
GREEN value IS 86 (33.98% from 255) = 16.76%
BLUE value IS 172 (67.58% from 255) = 33.53%
R=49.71%
G=16.76%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558617200.660.330329.4710066.86
HexFF56AC0422101496443
Octal3771262540102410511144103
Binary1111111110101101010110001000010100001010100100111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF56AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF56AC; }

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

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

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

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

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

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

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

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