#FA51B9

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

Shades of Brilliant Rose #FA51B9

Tints of Brilliant Rose #FA51B9

Color information

#FA51B9 (or 0xFA51B9) is unknown color: approx Brilliant Rose. HEX triplet: FA, 51 and B9. RGB value is (250,81,185). Sum of RGB (Red+Green+Blue) = 250+81+185=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 81 (32.03% from 255 or 15.70% from 516); Blue value is 185 (72.66% from 255 or 35.85% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FA51B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA51B9 is #05AE46. Grayscale: #8F8F8F. Windows color (decimal): -372295 or 12145146. OLE color: 12145146.

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

Color convert

RGB25081185-
CMYK00.680.260.02
HSL323.08º94.41%64.9%-
HSV(B)323.08º67.6%98.04%-
XYZ51.1229.7148.94-
YUV143.39151.49204.04-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.45%
GREEN value IS 81 (32.03% from 255) = 15.70%
BLUE value IS 185 (72.66% from 255) = 35.85%
R=48.45%
G=15.70%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2508118500.680.260.02323.0894.4164.9
HexFA51B90441A21435e41
Octal3721212710104322503136101
Binary1111101010100011011100101000100110101010100001110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA51B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA51B9; }

 p { color: rgb(250,81,185); }

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

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

 a { background-color: rgb(250,81,185); }

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

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

 span { border-color: rgb(250,81,185); }

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