#f5598c

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

Shades of French Rose #F5598C

Tints of French Rose #F5598C

Color information

#F5598C (or 0xF5598C) is unknown color: approx French Rose. HEX triplet: F5, 59 and 8C. RGB value is (245,89,140). Sum of RGB (Red+Green+Blue) = 245+89+140=474 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.69% from 474); Green value is 89 (35.16% from 255 or 18.78% from 474); Blue value is 140 (55.08% from 255 or 29.54% from 474); Max value from RGB is 245 - color contains mainly: red. Hex color #F5598C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5598C is #0AA673. Grayscale: #8D8D8D. Windows color (decimal): -697972 or 9198069. OLE color: 9198069.

HSL color Cylindrical-coordinate representation of color #F5598C: hue angle of 340.38º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F5598C is Cyan = 0, Magento = 0.64, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB24589140-
CMYK00.640.430.04
HSL340.38º88.64%65.49%-
HSV(B)340.38º63.67%96.08%-
XYZ45.9628.4527.88-
YUV141.46127.18201.85-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 51.69%
GREEN value IS 89 (35.16% from 255) = 18.78%
BLUE value IS 140 (55.08% from 255) = 29.54%
R=51.69%
G=18.78%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2458914000.640.430.04340.3888.6465.49
HexF5598C0402B41545941
Octal3651312140100534524131101
Binary111101011011001100011000100000010101110010101010010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f5598c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f5598c; }

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

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

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

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

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

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

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

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