#FA5290

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

Shades of French Rose #FA5290

Tints of French Rose #FA5290

Color information

#FA5290 (or 0xFA5290) is unknown color: approx French Rose. HEX triplet: FA, 52 and 90. RGB value is (250,82,144). Sum of RGB (Red+Green+Blue) = 250+82+144=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 82 (32.42% from 255 or 17.23% from 476); Blue value is 144 (56.64% from 255 or 30.25% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5290 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5290 is #05AD6F. Grayscale: #8B8B8B. Windows color (decimal): -372080 or 9458426. OLE color: 9458426.

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

Color convert

RGB25082144-
CMYK00.670.420.02
HSL337.86º94.38%65.1%-
HSV(B)337.86º67.2%98.04%-
XYZ47.4828.3729.36-
YUV139.3130.66206.96-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 52.52%
GREEN value IS 82 (32.42% from 255) = 17.23%
BLUE value IS 144 (56.64% from 255) = 30.25%
R=52.52%
G=17.23%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2508214400.670.420.02337.8694.3865.1
HexFA52900432A21525e41
Octal3721222200103522522136101
Binary11111010101001010010000010000111010101010101001010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5290; }

 p { color: rgb(250,82,144); }

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

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

 a { background-color: rgb(250,82,144); }

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

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

 span { border-color: rgb(250,82,144); }

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