#FE5294

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

Shades of French Rose #FE5294

Tints of French Rose #FE5294

Color information

#FE5294 (or 0xFE5294) is unknown color: approx French Rose. HEX triplet: FE, 52 and 94. RGB value is (254,82,148). Sum of RGB (Red+Green+Blue) = 254+82+148=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 82 (32.42% from 255 or 16.94% from 484); Blue value is 148 (58.20% from 255 or 30.58% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5294 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5294 is #01AD6B. Grayscale: #8C8C8C. Windows color (decimal): -109932 or 9720574. OLE color: 9720574.

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

Color convert

RGB25482148-
CMYK00.680.420.00
HSL336.98º98.85%65.88%-
HSV(B)336.98º67.72%99.61%-
XYZ49.2429.2431.07-
YUV140.95131.98208.63-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 52.48%
GREEN value IS 82 (32.42% from 255) = 16.94%
BLUE value IS 148 (58.20% from 255) = 30.58%
R=52.48%
G=16.94%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.42
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2548214800.680.420.00336.9898.8565.88
HexFE52940442A01516342
Octal3761222240104520521143102
Binary1111111010100101001010001000100101010010101000111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5294; }

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

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

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

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

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

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

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

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