#FF4AA0

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

Shades of Brilliant Rose #FF4AA0

Tints of Brilliant Rose #FF4AA0

Color information

#FF4AA0 (or 0xFF4AA0) is unknown color: approx Brilliant Rose. HEX triplet: FF, 4A and A0. RGB value is (255,74,160). Sum of RGB (Red+Green+Blue) = 255+74+160=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 74 (29.30% from 255 or 15.13% from 489); Blue value is 160 (62.89% from 255 or 32.72% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4AA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4AA0 is #00B55F. Grayscale: #898989. Windows color (decimal): -46432 or 10504959. OLE color: 10504959.

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

Color convert

RGB25574160-
CMYK00.710.370
HSL331.49º100%64.51%-
HSV(B)331.49º70.98%100%-
XYZ50.0328.736.16-
YUV137.92140.47211.51-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.15%
GREEN value IS 74 (29.30% from 255) = 15.13%
BLUE value IS 160 (62.89% from 255) = 32.72%
R=52.15%
G=15.13%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2557416000.710.370331.4910064.51
HexFF4AA004725014b6441
Octal3771122400107450513144101
Binary1111111110010101010000001000111100101010100101111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4AA0; }

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

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

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

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

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

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

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

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