#FC598E

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

Shades of French Rose #FC598E

Tints of French Rose #FC598E

Color information

#FC598E (or 0xFC598E) is unknown color: approx French Rose. HEX triplet: FC, 59 and 8E. RGB value is (252,89,142). Sum of RGB (Red+Green+Blue) = 252+89+142=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 89 (35.16% from 255 or 18.43% from 483); Blue value is 142 (55.86% from 255 or 29.40% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FC598E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC598E is #03A671. Grayscale: #8F8F8F. Windows color (decimal): -239218 or 9329148. OLE color: 9329148.

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

Color convert

RGB25289142-
CMYK00.650.440.01
HSL340.49º96.45%66.86%-
HSV(B)340.49º64.68%98.82%-
XYZ48.629.7928.78-
YUV143.78127205.19-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 52.17%
GREEN value IS 89 (35.16% from 255) = 18.43%
BLUE value IS 142 (55.86% from 255) = 29.40%
R=52.17%
G=18.43%
B=29.40%

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
Decimal2528914200.650.440.01340.4996.4566.86
HexFC598E0412C11546043
Octal3741312160101541524140103
Binary1111110010110011000111001000001101100110101010011000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC598E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC598E; }

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

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

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

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

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

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

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

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