Html Css Color HEX #FC497B French Rose

📋 copy color: '#FC497B'

red 252 ◦ green 73 ◦ blue 123

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

Shades of French Rose #FC497B

Tints of French Rose #FC497B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.46%

R = 56.25%
G = 16.29%
B = 27.46%

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

#FC497B (or 0xFC497B) is known color: French Rose. HEX triplet: FC, 49 and 7B. RGB value is (252,73,123). Sum of RGB (Red+Green+Blue) = 252+73+123=448 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.25% from 448); Green value is 73 (28.91% from 255 or 16.29% from 448); Blue value is 123 (48.44% from 255 or 27.46% from 448); Max value from RGB is 252 - color contains mainly: red. Hex color #FC497B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC497B is #03B684. Grayscale: #848484. Windows color (decimal): -243333 or 8079868. OLE color: 8079868.

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

Color convert

RGB 252 73 123 -
CMYK 0 0.71 0.51 0.01
HSL 343.24º 0.97% 0.64% -
HSV(B) 343.24º 0.71% 0.99% -
XYZ 46.1 26.89 21.5 -
YUV 132.22 122.8 213.43 -
System Red Green Blue C M Y K H S L
Decimal 252 73 123 0 0.71 0.51 0.01 343.24 0.97 0.64
Hex FC 49 7B 0 47 33 1 157 61 40
Octal 374 111 173 0 107 63 1 527 141 100
Binary 11111100 1001001 1111011 0 1000111 110011 1 101010111 1100001 1000000

Color Harmonies of #FC497B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC497B

Black with #FC497B

Text Example


Text Example

White with #FC497B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC497B; }

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

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

background-color css

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

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

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

border-color css

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

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

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