#FE5690

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

Shades of French Rose #FE5690

Tints of French Rose #FE5690

Color information

#FE5690 (or 0xFE5690) is unknown color: approx French Rose. HEX triplet: FE, 56 and 90. RGB value is (254,86,144). Sum of RGB (Red+Green+Blue) = 254+86+144=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 86 (33.98% from 255 or 17.77% from 484); Blue value is 144 (56.64% from 255 or 29.75% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5690 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5690 is #01A96F. Grayscale: #8E8E8E. Windows color (decimal): -108912 or 9459454. OLE color: 9459454.

HSL color Cylindrical-coordinate representation of color #FE5690: hue angle of 339.29º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FE5690 is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.00.

Color convert

RGB25486144-
CMYK00.660.430.00
HSL339.29º98.82%66.67%-
HSV(B)339.29º66.14%99.61%-
XYZ49.2329.7429.53-
YUV142.84128.66207.28-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 52.48%
GREEN value IS 86 (33.98% from 255) = 17.77%
BLUE value IS 144 (56.64% from 255) = 29.75%
R=52.48%
G=17.77%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.43
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2548614400.660.430.00339.2998.8266.67
HexFE56900422B01536343
Octal3761262200102530523143103
Binary1111111010101101001000001000010101011010101001111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5690; }

 p { color: rgb(254,86,144); }

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

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

 a { background-color: rgb(254,86,144); }

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

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

 span { border-color: rgb(254,86,144); }

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