Html Css Color HEX #FC598C French Rose

📋 copy color: '#FC598C'

red 252 ◦ green 89 ◦ blue 140

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

Shades of French Rose #FC598C

Tints of French Rose #FC598C

RGB

 RED value IS 252 (98.83% from 255) = 52.39%

 GREEN value IS 89 (35.16% from 255) = 18.5%

 BLUE value IS 140 (55.08% from 255) = 29.11%

R = 52.39%
G = 18.5%
B = 29.11%

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

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

RGB 252 89 140 -
CMYK 0 0.65 0.44 0.01
HSL 341.23º 0.96% 0.67% -
HSV(B) 341.23º 0.65% 0.99% -
XYZ 48.45 29.73 28 -
YUV 143.55 126 205.35 -
System Red Green Blue C M Y K H S L
Decimal 252 89 140 0 0.65 0.44 0.01 341.23 0.96 0.67
Hex FC 59 8C 0 41 2C 1 155 60 43
Octal 374 131 214 0 101 54 1 525 140 103
Binary 11111100 1011001 10001100 0 1000001 101100 1 101010101 1100000 1000011

Color Harmonies of #FC598C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC598C

Black with #FC598C

Text Example


Text Example

White with #FC598C

Text Example


Text Example

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