#FA50A9

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

Shades of Brilliant Rose #FA50A9

Tints of Brilliant Rose #FA50A9

Color information

#FA50A9 (or 0xFA50A9) is unknown color: approx Brilliant Rose. HEX triplet: FA, 50 and A9. RGB value is (250,80,169). Sum of RGB (Red+Green+Blue) = 250+80+169=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 80 (31.64% from 255 or 16.03% from 499); Blue value is 169 (66.41% from 255 or 33.87% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FA50A9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA50A9 is #05AF56. Grayscale: #8C8C8C. Windows color (decimal): -372567 or 11096314. OLE color: 11096314.

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

Color convert

RGB25080169-
CMYK00.680.320.02
HSL328.59º94.44%64.71%-
HSV(B)328.59º68%98.04%-
XYZ49.4528.9340.51-
YUV140.98143.82205.76-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.10%
GREEN value IS 80 (31.64% from 255) = 16.03%
BLUE value IS 169 (66.41% from 255) = 33.87%
R=50.10%
G=16.03%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2508016900.680.320.02328.5994.4464.71
HexFA50A90442021495e41
Octal3721202510104402511136101
Binary11111010101000010101001010001001000001010100100110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA50A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA50A9; }

 p { color: rgb(250,80,169); }

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

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

 a { background-color: rgb(250,80,169); }

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

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

 span { border-color: rgb(250,80,169); }

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