Html Css Color HEX #FC497F French Rose

📋 copy color: '#FC497F'

red 252 ◦ green 73 ◦ blue 127

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

Shades of French Rose #FC497F

Tints of French Rose #FC497F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.1%

R = 55.75%
G = 16.15%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FC497F (or 0xFC497F) is known color: French Rose. HEX triplet: FC, 49 and 7F. RGB value is (252,73,127). Sum of RGB (Red+Green+Blue) = 252+73+127=452 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.75% from 452); Green value is 73 (28.91% from 255 or 16.15% from 452); Blue value is 127 (50% from 255 or 28.10% from 452); Max value from RGB is 252 - color contains mainly: red. Hex color #FC497F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC497F is #03B680. Grayscale: #848484. Windows color (decimal): -243329 or 8342012. OLE color: 8342012.

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

Color convert

RGB 252 73 127 -
CMYK 0 0.71 0.50 0.01
HSL 341.9º 0.97% 0.64% -
HSV(B) 341.9º 0.71% 0.99% -
XYZ 46.36 26.99 22.85 -
YUV 132.68 124.8 213.11 -
System Red Green Blue C M Y K H S L
Decimal 252 73 127 0 0.71 0.50 0.01 341.9 0.97 0.64
Hex FC 49 7F 0 47 32 1 156 61 40
Octal 374 111 177 0 107 62 1 526 141 100
Binary 11111100 1001001 1111111 0 1000111 110010 1 101010110 1100001 1000000

Color Harmonies of #FC497F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC497F

Black with #FC497F

Text Example


Text Example

White with #FC497F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC497F; }

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

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

background-color css

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

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

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

border-color css

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

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

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