#FE4D92

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

Shades of French Rose #FE4D92

Tints of French Rose #FE4D92

Color information

#FE4D92 (or 0xFE4D92) is unknown color: approx French Rose. HEX triplet: FE, 4D and 92. RGB value is (254,77,146). Sum of RGB (Red+Green+Blue) = 254+77+146=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 77 (30.47% from 255 or 16.14% from 477); Blue value is 146 (57.42% from 255 or 30.61% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4D92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE4D92 is #01B26D. Grayscale: #898989. Windows color (decimal): -111214 or 9588222. OLE color: 9588222.

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

Color convert

RGB25477146-
CMYK00.700.430.00
HSL336.61º98.88%64.9%-
HSV(B)336.61º69.69%99.61%-
XYZ48.7228.4530.12-
YUV137.79132.64210.89-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 53.25%
GREEN value IS 77 (30.47% from 255) = 16.14%
BLUE value IS 146 (57.42% from 255) = 30.61%
R=53.25%
G=16.14%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.43
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2547714600.700.430.00336.6198.8864.9
HexFE4D920462B01516341
Octal3761152220106530521143101
Binary1111111010011011001001001000110101011010101000111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE4D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE4D92; }

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

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

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

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

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

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

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

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