Html Css Color HEX #FE4A7C French Rose

📋 copy color: '#FE4A7C'

red 254 ◦ green 74 ◦ blue 124

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

Shades of French Rose #FE4A7C

Tints of French Rose #FE4A7C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.37%

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

R = 56.19%
G = 16.37%
B = 27.43%

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

#FE4A7C (or 0xFE4A7C) is known color: French Rose. HEX triplet: FE, 4A and 7C. RGB value is (254,74,124). Sum of RGB (Red+Green+Blue) = 254+74+124=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 74 (29.30% from 255 or 16.37% from 452); Blue value is 124 (48.83% from 255 or 27.43% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4A7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4A7C is #01B583. Grayscale: #858585. Windows color (decimal): -112004 or 8145662. OLE color: 8145662.

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

Color convert

RGB 254 74 124 -
CMYK 0 0.71 0.51 0.00
HSL 343.33º 0.99% 0.64% -
HSV(B) 343.33º 0.71% 1% -
XYZ 46.96 27.42 21.89 -
YUV 133.52 122.63 213.93 -
System Red Green Blue C M Y K H S L
Decimal 254 74 124 0 0.71 0.51 0.00 343.33 0.99 0.64
Hex FE 4A 7C 0 47 33 0 157 63 40
Octal 376 112 174 0 107 63 0 527 143 100
Binary 11111110 1001010 1111100 0 1000111 110011 0 101010111 1100011 1000000

Color Harmonies of #FE4A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4A7C

Black with #FE4A7C

Text Example


Text Example

White with #FE4A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4A7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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