#F5548A

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

Shades of French Rose #F5548A

Tints of French Rose #F5548A

Color information

#F5548A (or 0xF5548A) is unknown color: approx French Rose. HEX triplet: F5, 54 and 8A. RGB value is (245,84,138). Sum of RGB (Red+Green+Blue) = 245+84+138=467 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.46% from 467); Green value is 84 (33.20% from 255 or 17.99% from 467); Blue value is 138 (54.30% from 255 or 29.55% from 467); Max value from RGB is 245 - color contains mainly: red. Hex color #F5548A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5548A is #0AAB75. Grayscale: #8A8A8A. Windows color (decimal): -699254 or 9065717. OLE color: 9065717.

HSL color Cylindrical-coordinate representation of color #F5548A: hue angle of 339.88º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F5548A is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB24584138-
CMYK00.660.440.04
HSL339.88º88.95%64.51%-
HSV(B)339.88º65.71%96.08%-
XYZ45.4127.5926.98-
YUV138.29127.84204.11-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 52.46%
GREEN value IS 84 (33.20% from 255) = 17.99%
BLUE value IS 138 (54.30% from 255) = 29.55%
R=52.46%
G=17.99%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.44
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2458413800.660.440.04339.8888.9564.51
HexF5548A0422C41545941
Octal3651242120102544524131101
Binary111101011010100100010100100001010110010010101010010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5548A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5548A; }

 p { color: rgb(245,84,138); }

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

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

 a { background-color: rgb(245,84,138); }

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

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

 span { border-color: rgb(245,84,138); }

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