#FE4D94

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

Shades of French Rose #FE4D94

Tints of French Rose #FE4D94

Color information

#FE4D94 (or 0xFE4D94) is unknown color: approx French Rose. HEX triplet: FE, 4D and 94. RGB value is (254,77,148). Sum of RGB (Red+Green+Blue) = 254+77+148=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 77 (30.47% from 255 or 16.08% from 479); Blue value is 148 (58.20% from 255 or 30.90% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4D94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE4D94 is #01B26B. Grayscale: #898989. Windows color (decimal): -111212 or 9719294. OLE color: 9719294.

HSL color Cylindrical-coordinate representation of color #FE4D94: hue angle of 335.93º 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 #FE4D94 is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.00.

Color convert

RGB25477148-
CMYK00.700.420.00
HSL335.93º98.88%64.9%-
HSV(B)335.93º69.69%99.61%-
XYZ48.8728.5230.95-
YUV138.02133.64210.73-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 53.03%
GREEN value IS 77 (30.47% from 255) = 16.08%
BLUE value IS 148 (58.20% from 255) = 30.90%
R=53.03%
G=16.08%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.42
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2547714800.700.420.00335.9398.8864.9
HexFE4D940462A01506341
Octal3761152240106520520143101
Binary1111111010011011001010001000110101010010101000011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE4D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE4D94; }

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

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

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

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

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

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

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

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