Html Css Color HEX #FC497A French Rose

📋 copy color: '#FC497A'

red 252 ◦ green 73 ◦ blue 122

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

Shades of French Rose #FC497A

Tints of French Rose #FC497A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.29%

R = 56.38%
G = 16.33%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FC497A (or 0xFC497A) is known color: French Rose. HEX triplet: FC, 49 and 7A. RGB value is (252,73,122). Sum of RGB (Red+Green+Blue) = 252+73+122=447 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.38% from 447); Green value is 73 (28.91% from 255 or 16.33% from 447); Blue value is 122 (48.05% from 255 or 27.29% from 447); Max value from RGB is 252 - color contains mainly: red. Hex color #FC497A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC497A is #03B685. Grayscale: #848484. Windows color (decimal): -243334 or 8014332. OLE color: 8014332.

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

Color convert

RGB 252 73 122 -
CMYK 0 0.71 0.52 0.01
HSL 343.58º 0.97% 0.64% -
HSV(B) 343.58º 0.71% 0.99% -
XYZ 46.04 26.87 21.17 -
YUV 132.11 122.3 213.52 -
System Red Green Blue C M Y K H S L
Decimal 252 73 122 0 0.71 0.52 0.01 343.58 0.97 0.64
Hex FC 49 7A 0 47 34 1 158 61 40
Octal 374 111 172 0 107 64 1 530 141 100
Binary 11111100 1001001 1111010 0 1000111 110100 1 101011000 1100001 1000000

Color Harmonies of #FC497A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC497A

Black with #FC497A

Text Example


Text Example

White with #FC497A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC497A; }

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

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

background-color css

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

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

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

border-color css

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

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

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