Html Css Color HEX #FC497C French Rose

📋 copy color: '#FC497C'

red 252 ◦ green 73 ◦ blue 124

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

Shades of French Rose #FC497C

Tints of French Rose #FC497C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.26%

 BLUE value IS 124 (48.83% from 255) = 27.62%

R = 56.12%
G = 16.26%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FC497C (or 0xFC497C) is known color: French Rose. HEX triplet: FC, 49 and 7C. RGB value is (252,73,124). Sum of RGB (Red+Green+Blue) = 252+73+124=449 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.12% from 449); Green value is 73 (28.91% from 255 or 16.26% from 449); Blue value is 124 (48.83% from 255 or 27.62% from 449); Max value from RGB is 252 - color contains mainly: red. Hex color #FC497C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC497C is #03B683. Grayscale: #848484. Windows color (decimal): -243332 or 8145404. OLE color: 8145404.

HSL color Cylindrical-coordinate representation of color #FC497C: hue angle of 342.91º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FC497C is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 73 124 -
CMYK 0 0.71 0.51 0.01
HSL 342.91º 0.97% 0.64% -
HSV(B) 342.91º 0.71% 0.99% -
XYZ 46.17 26.92 21.83 -
YUV 132.34 123.3 213.35 -
System Red Green Blue C M Y K H S L
Decimal 252 73 124 0 0.71 0.51 0.01 342.91 0.97 0.64
Hex FC 49 7C 0 47 33 1 157 61 40
Octal 374 111 174 0 107 63 1 527 141 100
Binary 11111100 1001001 1111100 0 1000111 110011 1 101010111 1100001 1000000

Color Harmonies of #FC497C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC497C

Black with #FC497C

Text Example


Text Example

White with #FC497C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC497C; }

 p { color: rgb(252,73,124); }

 H1.HeaderClassName
 {
   color: #FC497C;
 }
 .AnyTagClassName
 {
   color: #FC497C;
 }
</style>

background-color css

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

 a { background-color: rgb(252,73,124); }

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

border-color css

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

 span { border-color: rgb(252,73,124); }

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