#F9588C

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

Shades of French Rose #F9588C

Tints of French Rose #F9588C

Color information

#F9588C (or 0xF9588C) is unknown color: approx French Rose. HEX triplet: F9, 58 and 8C. RGB value is (249,88,140). Sum of RGB (Red+Green+Blue) = 249+88+140=477 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.20% from 477); Green value is 88 (34.77% from 255 or 18.45% from 477); Blue value is 140 (55.08% from 255 or 29.35% from 477); Max value from RGB is 249 - color contains mainly: red. Hex color #F9588C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9588C is #06A773. Grayscale: #8E8E8E. Windows color (decimal): -436084 or 9197817. OLE color: 9197817.

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

Color convert

RGB24988140-
CMYK00.650.440.02
HSL340.62º93.06%66.08%-
HSV(B)340.62º64.66%97.65%-
XYZ47.2929.0127.92-
YUV142.07126.84204.27-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 52.20%
GREEN value IS 88 (34.77% from 255) = 18.45%
BLUE value IS 140 (55.08% from 255) = 29.35%
R=52.20%
G=18.45%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2498814000.650.440.02340.6293.0666.08
HexF9588C0412C21555d42
Octal3711302140101542525135102
Binary11111001101100010001100010000011011001010101010110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9588C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9588C; }

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

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

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

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

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

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

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

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