#F54E91

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

Shades of French Rose #F54E91

Tints of French Rose #F54E91

Color information

#F54E91 (or 0xF54E91) is unknown color: approx French Rose. HEX triplet: F5, 4E and 91. RGB value is (245,78,145). Sum of RGB (Red+Green+Blue) = 245+78+145=468 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.35% from 468); Green value is 78 (30.86% from 255 or 16.67% from 468); Blue value is 145 (57.03% from 255 or 30.98% from 468); Max value from RGB is 245 - color contains mainly: red. Hex color #F54E91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F54E91 is #0AB16E. Grayscale: #878787. Windows color (decimal): -700783 or 9522933. OLE color: 9522933.

HSL color Cylindrical-coordinate representation of color #F54E91: hue angle of 335.93º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F54E91 is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB24578145-
CMYK00.680.410.04
HSL335.93º89.3%63.33%-
HSV(B)335.93º68.16%96.08%-
XYZ45.4926.9129.58-
YUV135.57133.33206.05-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 52.35%
GREEN value IS 78 (30.86% from 255) = 16.67%
BLUE value IS 145 (57.03% from 255) = 30.98%
R=52.35%
G=16.67%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2457814500.680.410.04335.9389.363.33
HexF54E91044294150593f
Octal365116221010451452013177
Binary11110101100111010010001010001001010011001010100001011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F54E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F54E91; }

 p { color: rgb(245,78,145); }

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

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

 a { background-color: rgb(245,78,145); }

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

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

 span { border-color: rgb(245,78,145); }

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