#FF4E92

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

Shades of French Rose #FF4E92

Tints of French Rose #FF4E92

Color information

#FF4E92 (or 0xFF4E92) is unknown color: approx French Rose. HEX triplet: FF, 4E and 92. RGB value is (255,78,146). Sum of RGB (Red+Green+Blue) = 255+78+146=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 78 (30.86% from 255 or 16.28% from 479); Blue value is 146 (57.42% from 255 or 30.48% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4E92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF4E92 is #00B16D. Grayscale: #8A8A8A. Windows color (decimal): -45422 or 9588479. OLE color: 9588479.

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

Color convert

RGB25578146-
CMYK00.690.430
HSL336.95º100%65.29%-
HSV(B)336.95º69.41%100%-
XYZ49.1528.7830.16-
YUV138.67132.14210.97-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.24%
GREEN value IS 78 (30.86% from 255) = 16.28%
BLUE value IS 146 (57.42% from 255) = 30.48%
R=53.24%
G=16.28%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.43
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2557814600.690.430336.9510065.29
HexFF4E920452B01516441
Octal3771162220105530521144101
Binary1111111110011101001001001000101101011010101000111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4E92; }

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

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

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

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

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

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

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

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