#F9548E

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

Shades of French Rose #F9548E

Tints of French Rose #F9548E

Color information

#F9548E (or 0xF9548E) is unknown color: approx French Rose. HEX triplet: F9, 54 and 8E. RGB value is (249,84,142). Sum of RGB (Red+Green+Blue) = 249+84+142=475 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.42% from 475); Green value is 84 (33.20% from 255 or 17.68% from 475); Blue value is 142 (55.86% from 255 or 29.89% from 475); Max value from RGB is 249 - color contains mainly: red. Hex color #F9548E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9548E is #06AB71. Grayscale: #8B8B8B. Windows color (decimal): -437106 or 9327865. OLE color: 9327865.

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

Color convert

RGB24984142-
CMYK00.660.430.02
HSL338.91º93.22%65.29%-
HSV(B)338.91º66.27%97.65%-
XYZ47.1228.4328.6-
YUV139.95129.16205.78-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 52.42%
GREEN value IS 84 (33.20% from 255) = 17.68%
BLUE value IS 142 (55.86% from 255) = 29.89%
R=52.42%
G=17.68%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2498414200.660.430.02338.9193.2265.29
HexF9548E0422B21535d41
Octal3711242160102532523135101
Binary11111001101010010001110010000101010111010101001110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9548E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9548E; }

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

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

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

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

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

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

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

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