#FA51B6

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

Shades of Brilliant Rose #FA51B6

Tints of Brilliant Rose #FA51B6

Color information

#FA51B6 (or 0xFA51B6) is unknown color: approx Brilliant Rose. HEX triplet: FA, 51 and B6. RGB value is (250,81,182). Sum of RGB (Red+Green+Blue) = 250+81+182=513 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.73% from 513); Green value is 81 (32.03% from 255 or 15.79% from 513); Blue value is 182 (71.48% from 255 or 35.48% from 513); Max value from RGB is 250 - color contains mainly: red. Hex color #FA51B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA51B6 is #05AE49. Grayscale: #8E8E8E. Windows color (decimal): -372298 or 11948538. OLE color: 11948538.

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

Color convert

RGB25081182-
CMYK00.680.270.02
HSL324.14º94.41%64.9%-
HSV(B)324.14º67.6%98.04%-
XYZ50.8129.5947.29-
YUV143.04149.99204.29-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.73%
GREEN value IS 81 (32.03% from 255) = 15.79%
BLUE value IS 182 (71.48% from 255) = 35.48%
R=48.73%
G=15.79%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2508118200.680.270.02324.1494.4164.9
HexFA51B60441B21445e41
Octal3721212660104332504136101
Binary1111101010100011011011001000100110111010100010010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA51B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA51B6; }

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

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

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

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

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

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

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

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