#F9548A

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

Shades of French Rose #F9548A

Tints of French Rose #F9548A

Color information

#F9548A (or 0xF9548A) is unknown color: approx French Rose. HEX triplet: F9, 54 and 8A. RGB value is (249,84,138). Sum of RGB (Red+Green+Blue) = 249+84+138=471 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.87% from 471); Green value is 84 (33.20% from 255 or 17.83% from 471); Blue value is 138 (54.30% from 255 or 29.30% from 471); Max value from RGB is 249 - color contains mainly: red. Hex color #F9548A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9548A is #06AB75. Grayscale: #8B8B8B. Windows color (decimal): -437110 or 9065721. OLE color: 9065721.

HSL color Cylindrical-coordinate representation of color #F9548A: hue angle of 340.36º 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 #F9548A is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB24984138-
CMYK00.660.450.02
HSL340.36º93.22%65.29%-
HSV(B)340.36º66.27%97.65%-
XYZ46.8228.3227.04-
YUV139.49127.16206.11-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 52.87%
GREEN value IS 84 (33.20% from 255) = 17.83%
BLUE value IS 138 (54.30% from 255) = 29.30%
R=52.87%
G=17.83%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2498413800.660.450.02340.3693.2265.29
HexF9548A0422D21545d41
Octal3711242120102552524135101
Binary11111001101010010001010010000101011011010101010010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9548A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9548A; }

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

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

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

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

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

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

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

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