#FE4F90

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

Shades of French Rose #FE4F90

Tints of French Rose #FE4F90

Color information

#FE4F90 (or 0xFE4F90) is unknown color: approx French Rose. HEX triplet: FE, 4F and 90. RGB value is (254,79,144). Sum of RGB (Red+Green+Blue) = 254+79+144=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 79 (31.25% from 255 or 16.56% from 477); Blue value is 144 (56.64% from 255 or 30.19% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4F90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE4F90 is #01B06F. Grayscale: #8A8A8A. Windows color (decimal): -110704 or 9457662. OLE color: 9457662.

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

Color convert

RGB25479144-
CMYK00.690.430.00
HSL337.71º98.87%65.29%-
HSV(B)337.71º68.9%99.61%-
XYZ48.728.6829.35-
YUV138.73130.98210.21-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 53.25%
GREEN value IS 79 (31.25% from 255) = 16.56%
BLUE value IS 144 (56.64% from 255) = 30.19%
R=53.25%
G=16.56%
B=30.19%

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
Decimal2547914400.690.430.00337.7198.8765.29
HexFE4F900452B01526341
Octal3761172200105530522143101
Binary1111111010011111001000001000101101011010101001011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE4F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE4F90; }

 p { color: rgb(254,79,144); }

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

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

 a { background-color: rgb(254,79,144); }

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

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

 span { border-color: rgb(254,79,144); }

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