#FF4C8B

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

Shades of French Rose #FF4C8B

Tints of French Rose #FF4C8B

Color information

#FF4C8B (or 0xFF4C8B) is unknown color: approx French Rose. HEX triplet: FF, 4C and 8B. RGB value is (255,76,139). Sum of RGB (Red+Green+Blue) = 255+76+139=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 76 (30.08% from 255 or 16.17% from 470); Blue value is 139 (54.69% from 255 or 29.57% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4C8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4C8B is #00B374. Grayscale: #888888. Windows color (decimal): -45941 or 9129215. OLE color: 9129215.

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

Color convert

RGB25576139-
CMYK00.700.450
HSL338.88º100%64.9%-
HSV(B)338.88º70.2%100%-
XYZ48.4828.2927.33-
YUV136.7129.3212.38-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.26%
GREEN value IS 76 (30.08% from 255) = 16.17%
BLUE value IS 139 (54.69% from 255) = 29.57%
R=54.26%
G=16.17%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.45
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2557613900.700.450338.8810064.9
HexFF4C8B0462D01536441
Octal3771142130106550523144101
Binary1111111110011001000101101000110101101010101001111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4C8B; }

 p { color: rgb(255,76,139); }

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

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

 a { background-color: rgb(255,76,139); }

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

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

 span { border-color: rgb(255,76,139); }

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