Html Css Color HEX #FC598E French Rose

📋 copy color: '#FC598E'

red 252 ◦ green 89 ◦ blue 142

#FC598E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of French Rose #FC598E

Tints of French Rose #FC598E

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.4%

R = 52.17%
G = 18.43%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC598E (or 0xFC598E) is known color: 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

RGB 252 89 142 -
CMYK 0 0.65 0.44 0.01
HSL 340.49º 0.96% 0.67% -
HSV(B) 340.49º 0.65% 0.99% -
XYZ 48.6 29.79 28.78 -
YUV 143.78 127 205.19 -
System Red Green Blue C M Y K H S L
Decimal 252 89 142 0 0.65 0.44 0.01 340.49 0.96 0.67
Hex FC 59 8E 0 41 2C 1 154 60 43
Octal 374 131 216 0 101 54 1 524 140 103
Binary 11111100 1011001 10001110 0 1000001 101100 1 101010100 1100000 1000011

Color Harmonies of #FC598E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC598E

Black with #FC598E

Text Example


Text Example

White with #FC598E

Text Example


Text Example

HTML Codes & Css Web 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>