#FF548C

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

Shades of French Rose #FF548C

Tints of French Rose #FF548C

Color information

#FF548C (or 0xFF548C) is unknown color: approx French Rose. HEX triplet: FF, 54 and 8C. RGB value is (255,84,140). Sum of RGB (Red+Green+Blue) = 255+84+140=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 84 (33.20% from 255 or 17.54% from 479); Blue value is 140 (55.08% from 255 or 29.23% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FF548C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF548C is #00AB73. Grayscale: #8D8D8D. Windows color (decimal): -43892 or 9196799. OLE color: 9196799.

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

Color convert

RGB25584140-
CMYK00.670.450
HSL340.35º100%66.47%-
HSV(B)340.35º67.06%100%-
XYZ49.1429.4927.91-
YUV141.51127.15208.95-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.24%
GREEN value IS 84 (33.20% from 255) = 17.54%
BLUE value IS 140 (55.08% from 255) = 29.23%
R=53.24%
G=17.54%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.45
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558414000.670.450340.3510066.47
HexFF548C0432D01546442
Octal3771242140103550524144102
Binary1111111110101001000110001000011101101010101010011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF548C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF548C; }

 p { color: rgb(255,84,140); }

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

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

 a { background-color: rgb(255,84,140); }

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

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

 span { border-color: rgb(255,84,140); }

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