#F54E92

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

Shades of French Rose #F54E92

Tints of French Rose #F54E92

Color information

#F54E92 (or 0xF54E92) is unknown color: approx French Rose. HEX triplet: F5, 4E and 92. RGB value is (245,78,146). Sum of RGB (Red+Green+Blue) = 245+78+146=469 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.24% from 469); Green value is 78 (30.86% from 255 or 16.63% from 469); Blue value is 146 (57.42% from 255 or 31.13% from 469); Max value from RGB is 245 - color contains mainly: red. Hex color #F54E92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F54E92 is #0AB16D. Grayscale: #878787. Windows color (decimal): -700782 or 9588469. OLE color: 9588469.

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

Color convert

RGB24578146-
CMYK00.680.400.04
HSL335.57º89.3%63.33%-
HSV(B)335.57º68.16%96.08%-
XYZ45.5726.9429.99-
YUV135.68133.83205.97-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 52.24%
GREEN value IS 78 (30.86% from 255) = 16.63%
BLUE value IS 146 (57.42% from 255) = 31.13%
R=52.24%
G=16.63%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2457814600.680.400.04335.5789.363.33
HexF54E92044284150593f
Octal365116222010450452013177
Binary11110101100111010010010010001001010001001010100001011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F54E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F54E92; }

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

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

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

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

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

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

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

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