#FF4E95

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

Shades of French Rose #FF4E95

Tints of French Rose #FF4E95

Color information

#FF4E95 (or 0xFF4E95) is unknown color: approx French Rose. HEX triplet: FF, 4E and 95. RGB value is (255,78,149). Sum of RGB (Red+Green+Blue) = 255+78+149=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 78 (30.86% from 255 or 16.18% from 482); Blue value is 149 (58.59% from 255 or 30.91% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4E95 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF4E95 is #00B16A. Grayscale: #8A8A8A. Windows color (decimal): -45419 or 9785087. OLE color: 9785087.

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

Color convert

RGB25578149-
CMYK00.690.420
HSL335.93º100%65.29%-
HSV(B)335.93º69.41%100%-
XYZ49.3928.8831.4-
YUV139.02133.64210.73-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.90%
GREEN value IS 78 (30.86% from 255) = 16.18%
BLUE value IS 149 (58.59% from 255) = 30.91%
R=52.90%
G=16.18%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2557814900.690.420335.9310065.29
HexFF4E950452A01506441
Octal3771162250105520520144101
Binary1111111110011101001010101000101101010010101000011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4E95; }

 p { color: rgb(255,78,149); }

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

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

 a { background-color: rgb(255,78,149); }

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

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

 span { border-color: rgb(255,78,149); }

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