#FA6199

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

Shades of Brilliant Rose #FA6199

Tints of Brilliant Rose #FA6199

Color information

#FA6199 (or 0xFA6199) is unknown color: approx Brilliant Rose. HEX triplet: FA, 61 and 99. RGB value is (250,97,153). Sum of RGB (Red+Green+Blue) = 250+97+153=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 97 (38.28% from 255 or 19.4% from 500); Blue value is 153 (60.16% from 255 or 30.6% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6199 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6199 is #059E66. Grayscale: #959595. Windows color (decimal): -368231 or 10052090. OLE color: 10052090.

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

Color convert

RGB25097153-
CMYK00.610.390.02
HSL338.04º93.87%68.04%-
HSV(B)338.04º61.2%98.04%-
XYZ49.4531.1733.55-
YUV149.13130.19199.95-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50%
GREEN value IS 97 (38.28% from 255) = 19.4%
BLUE value IS 153 (60.16% from 255) = 30.6%
R=50%
G=19.4%
B=30.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509715300.610.390.02338.0493.8768.04
HexFA619903D2721525e44
Octal372141231075472522136104
Binary1111101011000011001100101111011001111010101001010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6199; }

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

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

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

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

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

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

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

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