Html Css Color HEX #FE4E91 French Rose

📋 copy color: '#FE4E91'

red 254 ◦ green 78 ◦ blue 145

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

Shades of French Rose #FE4E91

Tints of French Rose #FE4E91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 30.4%

R = 53.25%
G = 16.35%
B = 30.4%

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

#FE4E91 (or 0xFE4E91) is known color: French Rose. HEX triplet: FE, 4E and 91. RGB value is (254,78,145). Sum of RGB (Red+Green+Blue) = 254+78+145=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 78 (30.86% from 255 or 16.35% from 477); Blue value is 145 (57.03% from 255 or 30.40% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4E91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE4E91 is #01B16E. Grayscale: #8A8A8A. Windows color (decimal): -110959 or 9522942. OLE color: 9522942.

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

Color convert

RGB 254 78 145 -
CMYK 0 0.69 0.43 0.00
HSL 337.16º 0.99% 0.65% -
HSV(B) 337.16º 0.69% 1% -
XYZ 48.71 28.56 29.73 -
YUV 138.26 131.81 210.55 -
System Red Green Blue C M Y K H S L
Decimal 254 78 145 0 0.69 0.43 0.00 337.16 0.99 0.65
Hex FE 4E 91 0 45 2B 0 151 63 41
Octal 376 116 221 0 105 53 0 521 143 101
Binary 11111110 1001110 10010001 0 1000101 101011 0 101010001 1100011 1000001

Color Harmonies of #FE4E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4E91

Black with #FE4E91

Text Example


Text Example

White with #FE4E91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4E91; }

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

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

background-color css

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

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

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

border-color css

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

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

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