#FA50A1

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

Shades of Brilliant Rose #FA50A1

Tints of Brilliant Rose #FA50A1

Color information

#FA50A1 (or 0xFA50A1) is unknown color: approx Brilliant Rose. HEX triplet: FA, 50 and A1. RGB value is (250,80,161). Sum of RGB (Red+Green+Blue) = 250+80+161=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 80 (31.64% from 255 or 16.29% from 491); Blue value is 161 (63.28% from 255 or 32.79% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FA50A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA50A1 is #05AF5E. Grayscale: #8B8B8B. Windows color (decimal): -372575 or 10572026. OLE color: 10572026.

HSL color Cylindrical-coordinate representation of color #FA50A1: hue angle of 331.41º 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 #FA50A1 is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB25080161-
CMYK00.680.360.02
HSL331.41º94.44%64.71%-
HSV(B)331.41º68%98.04%-
XYZ48.7328.6336.68-
YUV140.06139.82206.41-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.92%
GREEN value IS 80 (31.64% from 255) = 16.29%
BLUE value IS 161 (63.28% from 255) = 32.79%
R=50.92%
G=16.29%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2508016100.680.360.02331.4194.4464.71
HexFA50A104424214b5e41
Octal3721202410104442513136101
Binary11111010101000010100001010001001001001010100101110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA50A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA50A1; }

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

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

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

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

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

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

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

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