#FF548E

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

Shades of French Rose #FF548E

Tints of French Rose #FF548E

Color information

#FF548E (or 0xFF548E) is unknown color: approx French Rose. HEX triplet: FF, 54 and 8E. RGB value is (255,84,142). Sum of RGB (Red+Green+Blue) = 255+84+142=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 84 (33.20% from 255 or 17.46% from 481); Blue value is 142 (55.86% from 255 or 29.52% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FF548E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF548E is #00AB71. Grayscale: #8D8D8D. Windows color (decimal): -43890 or 9327871. OLE color: 9327871.

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

Color convert

RGB25584142-
CMYK00.670.440
HSL339.65º100%66.47%-
HSV(B)339.65º67.06%100%-
XYZ49.2929.5528.7-
YUV141.74128.15208.78-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.01%
GREEN value IS 84 (33.20% from 255) = 17.46%
BLUE value IS 142 (55.86% from 255) = 29.52%
R=53.01%
G=17.46%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558414200.670.440339.6510066.47
HexFF548E0432C01546442
Octal3771242160103540524144102
Binary1111111110101001000111001000011101100010101010011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF548E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF548E; }

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

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

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

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

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

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

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

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