#F8548E

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

Shades of French Rose #F8548E

Tints of French Rose #F8548E

Color information

#F8548E (or 0xF8548E) is unknown color: approx French Rose. HEX triplet: F8, 54 and 8E. RGB value is (248,84,142). Sum of RGB (Red+Green+Blue) = 248+84+142=474 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.32% from 474); Green value is 84 (33.20% from 255 or 17.72% from 474); Blue value is 142 (55.86% from 255 or 29.96% from 474); Max value from RGB is 248 - color contains mainly: red. Hex color #F8548E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8548E is #07AB71. Grayscale: #8B8B8B. Windows color (decimal): -502642 or 9327864. OLE color: 9327864.

HSL color Cylindrical-coordinate representation of color #F8548E: hue angle of 338.78º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F8548E is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB24884142-
CMYK00.660.430.03
HSL338.78º92.13%65.1%-
HSV(B)338.78º66.13%97.25%-
XYZ46.7628.2528.58-
YUV139.65129.33205.28-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 52.32%
GREEN value IS 84 (33.20% from 255) = 17.72%
BLUE value IS 142 (55.86% from 255) = 29.96%
R=52.32%
G=17.72%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.43
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2488414200.660.430.03338.7892.1365.1
HexF8548E0422B31535c41
Octal3701242160102533523134101
Binary11111000101010010001110010000101010111110101001110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8548E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8548E; }

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

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

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

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

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

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

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

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