Html Css Color HEX #FE4E92 French Rose

📋 copy color: '#FE4E92'

red 254 ◦ green 78 ◦ blue 146

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

Shades of French Rose #FE4E92

Tints of French Rose #FE4E92

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.32%

 BLUE value IS 146 (57.42% from 255) = 30.54%

R = 53.14%
G = 16.32%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FE4E92 (or 0xFE4E92) is known color: French Rose. HEX triplet: FE, 4E and 92. RGB value is (254,78,146). Sum of RGB (Red+Green+Blue) = 254+78+146=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 78 (30.86% from 255 or 16.32% from 478); Blue value is 146 (57.42% from 255 or 30.54% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4E92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE4E92 is #01B16D. Grayscale: #8A8A8A. Windows color (decimal): -110958 or 9588478. OLE color: 9588478.

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

Color convert

RGB 254 78 146 -
CMYK 0 0.69 0.43 0.00
HSL 336.82º 0.99% 0.65% -
HSV(B) 336.82º 0.69% 1% -
XYZ 48.79 28.59 30.14 -
YUV 138.38 132.31 210.47 -
System Red Green Blue C M Y K H S L
Decimal 254 78 146 0 0.69 0.43 0.00 336.82 0.99 0.65
Hex FE 4E 92 0 45 2B 0 151 63 41
Octal 376 116 222 0 105 53 0 521 143 101
Binary 11111110 1001110 10010010 0 1000101 101011 0 101010001 1100011 1000001

Color Harmonies of #FE4E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4E92

Black with #FE4E92

Text Example


Text Example

White with #FE4E92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4E92; }

 p { color: rgb(254,78,146); }

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

background-color css

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

 a { background-color: rgb(254,78,146); }

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

border-color css

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

 span { border-color: rgb(254,78,146); }

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