#FA49AA

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

Shades of Brilliant Rose #FA49AA

Tints of Brilliant Rose #FA49AA

Color information

#FA49AA (or 0xFA49AA) is unknown color: approx Brilliant Rose. HEX triplet: FA, 49 and AA. RGB value is (250,73,170). Sum of RGB (Red+Green+Blue) = 250+73+170=493 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.71% from 493); Green value is 73 (28.91% from 255 or 14.81% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 250 - color contains mainly: red. Hex color #FA49AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA49AA is #05B655. Grayscale: #888888. Windows color (decimal): -374358 or 11160058. OLE color: 11160058.

HSL color Cylindrical-coordinate representation of color #FA49AA: hue angle of 327.12º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FA49AA is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB25073170-
CMYK00.710.320.02
HSL327.12º94.65%63.33%-
HSV(B)327.12º70.8%98.04%-
XYZ49.0627.9940.85-
YUV136.98146.64208.61-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.71%
GREEN value IS 73 (28.91% from 255) = 14.81%
BLUE value IS 170 (66.80% from 255) = 34.48%
R=50.71%
G=14.81%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2507317000.710.320.02327.1294.6563.33
HexFA49AA0472021475f3f
Octal372111252010740250713777
Binary1111101010010011010101001000111100000101010001111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA49AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA49AA; }

 p { color: rgb(250,73,170); }

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

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

 a { background-color: rgb(250,73,170); }

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

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

 span { border-color: rgb(250,73,170); }

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