#FF4D8A

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

Shades of French Rose #FF4D8A

Tints of French Rose #FF4D8A

Color information

#FF4D8A (or 0xFF4D8A) is unknown color: approx French Rose. HEX triplet: FF, 4D and 8A. RGB value is (255,77,138). Sum of RGB (Red+Green+Blue) = 255+77+138=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 77 (30.47% from 255 or 16.38% from 470); Blue value is 138 (54.30% from 255 or 29.36% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF4D8A is #00B275. Grayscale: #898989. Windows color (decimal): -45686 or 9063935. OLE color: 9063935.

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

Color convert

RGB25577138-
CMYK00.700.460
HSL339.44º100%65.1%-
HSV(B)339.44º69.8%100%-
XYZ48.4828.426.97-
YUV137.18128.47212.04-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.26%
GREEN value IS 77 (30.47% from 255) = 16.38%
BLUE value IS 138 (54.30% from 255) = 29.36%
R=54.26%
G=16.38%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.46
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2557713800.700.460339.4410065.1
HexFF4D8A0462E01536441
Octal3771152120106560523144101
Binary1111111110011011000101001000110101110010101001111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4D8A; }

 p { color: rgb(255,77,138); }

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

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

 a { background-color: rgb(255,77,138); }

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

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

 span { border-color: rgb(255,77,138); }

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