#FC598C

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

Shades of French Rose #FC598C

Tints of French Rose #FC598C

Color information

#FC598C (or 0xFC598C) is unknown color: approx French Rose. HEX triplet: FC, 59 and 8C. RGB value is (252,89,140). Sum of RGB (Red+Green+Blue) = 252+89+140=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 89 (35.16% from 255 or 18.50% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FC598C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC598C is #03A673. Grayscale: #8F8F8F. Windows color (decimal): -239220 or 9198076. OLE color: 9198076.

HSL color Cylindrical-coordinate representation of color #FC598C: hue angle of 341.23º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FC598C is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB25289140-
CMYK00.650.440.01
HSL341.23º96.45%66.86%-
HSV(B)341.23º64.68%98.82%-
XYZ48.4529.7328-
YUV143.55126205.35-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 52.39%
GREEN value IS 89 (35.16% from 255) = 18.50%
BLUE value IS 140 (55.08% from 255) = 29.11%
R=52.39%
G=18.50%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2528914000.650.440.01341.2396.4566.86
HexFC598C0412C11556043
Octal3741312140101541525140103
Binary1111110010110011000110001000001101100110101010111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC598C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC598C; }

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

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

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

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

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

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

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

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