#FF6AA0

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

Shades of Brilliant Rose #FF6AA0

Tints of Brilliant Rose #FF6AA0

Color information

#FF6AA0 (or 0xFF6AA0) is unknown color: approx Brilliant Rose. HEX triplet: FF, 6A and A0. RGB value is (255,106,160). Sum of RGB (Red+Green+Blue) = 255+106+160=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 106 (41.80% from 255 or 20.35% from 521); Blue value is 160 (62.89% from 255 or 30.71% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6AA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6AA0 is #00955F. Grayscale: #9C9C9C. Windows color (decimal): -38240 or 10513151. OLE color: 10513151.

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

Color convert

RGB255106160-
CMYK00.580.370
HSL338.26º100%70.78%-
HSV(B)338.26º58.43%100%-
XYZ52.7434.1137.06-
YUV156.71129.86198.11-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.94%
GREEN value IS 106 (41.80% from 255) = 20.35%
BLUE value IS 160 (62.89% from 255) = 30.71%
R=48.94%
G=20.35%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510616000.580.370338.2610070.78
HexFF6AA003A2501526447
Octal377152240072450522144107
Binary111111111101010101000000111010100101010101001011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6AA0; }

 p { color: rgb(255,106,160); }

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

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

 a { background-color: rgb(255,106,160); }

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

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

 span { border-color: rgb(255,106,160); }

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