Html Css Color HEX #FC497E French Rose

📋 copy color: '#FC497E'

red 252 ◦ green 73 ◦ blue 126

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

Shades of French Rose #FC497E

Tints of French Rose #FC497E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.94%

R = 55.88%
G = 16.19%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.5

 K value IS 0.01

RGB Variations

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

Color information

#FC497E (or 0xFC497E) is known color: French Rose. HEX triplet: FC, 49 and 7E. RGB value is (252,73,126). Sum of RGB (Red+Green+Blue) = 252+73+126=451 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.88% from 451); Green value is 73 (28.91% from 255 or 16.19% from 451); Blue value is 126 (49.61% from 255 or 27.94% from 451); Max value from RGB is 252 - color contains mainly: red. Hex color #FC497E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC497E is #03B681. Grayscale: #848484. Windows color (decimal): -243330 or 8276476. OLE color: 8276476.

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

Color convert

RGB 252 73 126 -
CMYK 0 0.71 0.5 0.01
HSL 342.23º 0.97% 0.64% -
HSV(B) 342.23º 0.71% 0.99% -
XYZ 46.29 26.97 22.5 -
YUV 132.56 124.3 213.19 -
System Red Green Blue C M Y K H S L
Decimal 252 73 126 0 0.71 0.5 0.01 342.23 0.97 0.64
Hex FC 49 7E 0 47 32 1 156 61 40
Octal 374 111 176 0 107 62 1 526 141 100
Binary 11111100 1001001 1111110 0 1000111 110010 1 101010110 1100001 1000000

Color Harmonies of #FC497E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC497E

Black with #FC497E

Text Example


Text Example

White with #FC497E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC497E; }

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

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

background-color css

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

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

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

border-color css

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

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

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