#FE4E92

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

Shades of French Rose #FE4E92

Tints of French Rose #FE4E92

Color information

#FE4E92 (or 0xFE4E92) is unknown color: approx French Rose. HEX triplet: FE, 4E and 92. RGB value is (254,78,146). Sum of RGB (Red+Green+Blue) = 254+78+146=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 78 (30.86% from 255 or 16.32% from 478); Blue value is 146 (57.42% from 255 or 30.54% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4E92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE4E92 is #01B16D. Grayscale: #8A8A8A. Windows color (decimal): -110958 or 9588478. OLE color: 9588478.

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

Color convert

RGB25478146-
CMYK00.690.430.00
HSL336.82º98.88%65.1%-
HSV(B)336.82º69.29%99.61%-
XYZ48.7928.5930.14-
YUV138.38132.31210.47-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 53.14%
GREEN value IS 78 (30.86% from 255) = 16.32%
BLUE value IS 146 (57.42% from 255) = 30.54%
R=53.14%
G=16.32%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.43
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2547814600.690.430.00336.8298.8865.1
HexFE4E920452B01516341
Octal3761162220105530521143101
Binary1111111010011101001001001000101101011010101000111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE4E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE4E92; }

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

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

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

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

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

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

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

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