Html Css Color HEX #FE497C French Rose

📋 copy color: '#FE497C'

red 254 ◦ green 73 ◦ blue 124

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

Shades of French Rose #FE497C

Tints of French Rose #FE497C

RGB

 RED value IS 254 (99.61% from 255) = 56.32%

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

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

R = 56.32%
G = 16.19%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FE497C (or 0xFE497C) is known color: French Rose. HEX triplet: FE, 49 and 7C. RGB value is (254,73,124). Sum of RGB (Red+Green+Blue) = 254+73+124=451 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.32% from 451); Green value is 73 (28.91% from 255 or 16.19% from 451); Blue value is 124 (48.83% from 255 or 27.49% from 451); Max value from RGB is 254 - color contains mainly: red. Hex color #FE497C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE497C is #01B683. Grayscale: #848484. Windows color (decimal): -112260 or 8145406. OLE color: 8145406.

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

Color convert

RGB 254 73 124 -
CMYK 0 0.71 0.51 0.00
HSL 343.09º 0.99% 0.64% -
HSV(B) 343.09º 0.71% 1% -
XYZ 46.89 27.29 21.86 -
YUV 132.93 122.97 214.35 -
System Red Green Blue C M Y K H S L
Decimal 254 73 124 0 0.71 0.51 0.00 343.09 0.99 0.64
Hex FE 49 7C 0 47 33 0 157 63 40
Octal 376 111 174 0 107 63 0 527 143 100
Binary 11111110 1001001 1111100 0 1000111 110011 0 101010111 1100011 1000000

Color Harmonies of #FE497C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE497C

Black with #FE497C

Text Example


Text Example

White with #FE497C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE497C; }

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

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

background-color css

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

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

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

border-color css

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

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

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