#F9598C

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

Shades of French Rose #F9598C

Tints of French Rose #F9598C

Color information

#F9598C (or 0xF9598C) is unknown color: approx French Rose. HEX triplet: F9, 59 and 8C. RGB value is (249,89,140). Sum of RGB (Red+Green+Blue) = 249+89+140=478 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.09% from 478); Green value is 89 (35.16% from 255 or 18.62% from 478); Blue value is 140 (55.08% from 255 or 29.29% from 478); Max value from RGB is 249 - color contains mainly: red. Hex color #F9598C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9598C is #06A673. Grayscale: #8E8E8E. Windows color (decimal): -435828 or 9198073. OLE color: 9198073.

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

Color convert

RGB24989140-
CMYK00.640.440.02
HSL340.88º93.02%66.27%-
HSV(B)340.88º64.26%97.65%-
XYZ47.3729.1827.95-
YUV142.65126.51203.85-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 52.09%
GREEN value IS 89 (35.16% from 255) = 18.62%
BLUE value IS 140 (55.08% from 255) = 29.29%
R=52.09%
G=18.62%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2498914000.640.440.02340.8893.0266.27
HexF9598C0402C21555d42
Octal3711312140100542525135102
Binary11111001101100110001100010000001011001010101010110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9598C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9598C; }

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

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

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

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

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

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

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

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