#FA5192

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

Shades of French Rose #FA5192

Tints of French Rose #FA5192

Color information

#FA5192 (or 0xFA5192) is unknown color: approx French Rose. HEX triplet: FA, 51 and 92. RGB value is (250,81,146). Sum of RGB (Red+Green+Blue) = 250+81+146=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 81 (32.03% from 255 or 16.98% from 477); Blue value is 146 (57.42% from 255 or 30.61% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5192 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5192 is #05AE6D. Grayscale: #8A8A8A. Windows color (decimal): -372334 or 9589242. OLE color: 9589242.

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

Color convert

RGB25081146-
CMYK00.680.420.02
HSL336.92º94.41%64.9%-
HSV(B)336.92º67.6%98.04%-
XYZ47.5628.2830.15-
YUV138.94131.99207.21-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 52.41%
GREEN value IS 81 (32.03% from 255) = 16.98%
BLUE value IS 146 (57.42% from 255) = 30.61%
R=52.41%
G=16.98%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2508114600.680.420.02336.9294.4164.9
HexFA51920442A21515e41
Octal3721212220104522521136101
Binary11111010101000110010010010001001010101010101000110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5192; }

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

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

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

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

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

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

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

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