#FA5199

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

Shades of Brilliant Rose #FA5199

Tints of Brilliant Rose #FA5199

Color information

#FA5199 (or 0xFA5199) is unknown color: approx Brilliant Rose. HEX triplet: FA, 51 and 99. RGB value is (250,81,153). Sum of RGB (Red+Green+Blue) = 250+81+153=484 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.65% from 484); Green value is 81 (32.03% from 255 or 16.74% from 484); Blue value is 153 (60.16% from 255 or 31.61% from 484); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5199 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5199 is #05AE66. Grayscale: #8B8B8B. Windows color (decimal): -372327 or 10047994. OLE color: 10047994.

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

Color convert

RGB25081153-
CMYK00.680.390.02
HSL334.44º94.41%64.9%-
HSV(B)334.44º67.6%98.04%-
XYZ48.1228.5133.1-
YUV139.74135.49206.65-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 51.65%
GREEN value IS 81 (32.03% from 255) = 16.74%
BLUE value IS 153 (60.16% from 255) = 31.61%
R=51.65%
G=16.74%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2508115300.680.390.02334.4494.4164.9
HexFA519904427214e5e41
Octal3721212310104472516136101
Binary11111010101000110011001010001001001111010100111010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5199; }

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

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

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

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

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

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

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

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