#FE4F8E

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

Shades of French Rose #FE4F8E

Tints of French Rose #FE4F8E

Color information

#FE4F8E (or 0xFE4F8E) is unknown color: approx French Rose. HEX triplet: FE, 4F and 8E. RGB value is (254,79,142). Sum of RGB (Red+Green+Blue) = 254+79+142=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 79 (31.25% from 255 or 16.63% from 475); Blue value is 142 (55.86% from 255 or 29.89% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4F8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE4F8E is #01B071. Grayscale: #8A8A8A. Windows color (decimal): -110706 or 9326590. OLE color: 9326590.

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

Color convert

RGB25479142-
CMYK00.690.440.00
HSL338.4º98.87%65.29%-
HSV(B)338.4º68.9%99.61%-
XYZ48.5528.6228.56-
YUV138.51129.98210.38-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 53.47%
GREEN value IS 79 (31.25% from 255) = 16.63%
BLUE value IS 142 (55.86% from 255) = 29.89%
R=53.47%
G=16.63%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.44
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2547914200.690.440.00338.498.8765.29
HexFE4F8E0452C01526341
Octal3761172160105540522143101
Binary1111111010011111000111001000101101100010101001011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE4F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE4F8E; }

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

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

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

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

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

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

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

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