#F9548C

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

Shades of French Rose #F9548C

Tints of French Rose #F9548C

Color information

#F9548C (or 0xF9548C) is unknown color: approx French Rose. HEX triplet: F9, 54 and 8C. RGB value is (249,84,140). Sum of RGB (Red+Green+Blue) = 249+84+140=473 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.64% from 473); Green value is 84 (33.20% from 255 or 17.76% from 473); Blue value is 140 (55.08% from 255 or 29.60% from 473); Max value from RGB is 249 - color contains mainly: red. Hex color #F9548C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9548C is #06AB73. Grayscale: #8B8B8B. Windows color (decimal): -437108 or 9196793. OLE color: 9196793.

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

Color convert

RGB24984140-
CMYK00.660.440.02
HSL339.64º93.22%65.29%-
HSV(B)339.64º66.27%97.65%-
XYZ46.9728.3727.81-
YUV139.72128.16205.95-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 52.64%
GREEN value IS 84 (33.20% from 255) = 17.76%
BLUE value IS 140 (55.08% from 255) = 29.60%
R=52.64%
G=17.76%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2498414000.660.440.02339.6493.2265.29
HexF9548C0422C21545d41
Octal3711242140102542524135101
Binary11111001101010010001100010000101011001010101010010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9548C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9548C; }

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

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

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

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

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

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

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

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