Html Css Color HEX #FE497E French Rose

📋 copy color: '#FE497E'

red 254 ◦ green 73 ◦ blue 126

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

Shades of French Rose #FE497E

Tints of French Rose #FE497E

RGB

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

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

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

R = 56.07%
G = 16.11%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE497E (or 0xFE497E) is known color: French Rose. HEX triplet: FE, 49 and 7E. RGB value is (254,73,126). Sum of RGB (Red+Green+Blue) = 254+73+126=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 73 (28.91% from 255 or 16.11% from 453); Blue value is 126 (49.61% from 255 or 27.81% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FE497E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE497E is #01B681. Grayscale: #858585. Windows color (decimal): -112258 or 8276478. OLE color: 8276478.

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

Color convert

RGB 254 73 126 -
CMYK 0 0.71 0.50 0.00
HSL 342.43º 0.99% 0.64% -
HSV(B) 342.43º 0.71% 1% -
XYZ 47.02 27.34 22.54 -
YUV 133.16 123.97 214.19 -
System Red Green Blue C M Y K H S L
Decimal 254 73 126 0 0.71 0.50 0.00 342.43 0.99 0.64
Hex FE 49 7E 0 47 32 0 156 63 40
Octal 376 111 176 0 107 62 0 526 143 100
Binary 11111110 1001001 1111110 0 1000111 110010 0 101010110 1100011 1000000

Color Harmonies of #FE497E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE497E

Black with #FE497E

Text Example


Text Example

White with #FE497E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE497E; }

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

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

background-color css

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

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

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

border-color css

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

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

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