Html Css Color HEX #FE5791 French Rose

📋 copy color: '#FE5791'

red 254 ◦ green 87 ◦ blue 145

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

Shades of French Rose #FE5791

Tints of French Rose #FE5791

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.9%

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

R = 52.26%
G = 17.9%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FE5791 (or 0xFE5791) is known color: French Rose. HEX triplet: FE, 57 and 91. RGB value is (254,87,145). Sum of RGB (Red+Green+Blue) = 254+87+145=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 87 (34.38% from 255 or 17.90% from 486); Blue value is 145 (57.03% from 255 or 29.84% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5791 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5791 is #01A86E. Grayscale: #8F8F8F. Windows color (decimal): -108655 or 9525246. OLE color: 9525246.

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

Color convert

RGB 254 87 145 -
CMYK 0 0.66 0.43 0.00
HSL 339.16º 0.99% 0.67% -
HSV(B) 339.16º 0.66% 1% -
XYZ 49.39 29.93 29.96 -
YUV 143.55 128.83 206.78 -
System Red Green Blue C M Y K H S L
Decimal 254 87 145 0 0.66 0.43 0.00 339.16 0.99 0.67
Hex FE 57 91 0 42 2B 0 153 63 43
Octal 376 127 221 0 102 53 0 523 143 103
Binary 11111110 1010111 10010001 0 1000010 101011 0 101010011 1100011 1000011

Color Harmonies of #FE5791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5791

Black with #FE5791

Text Example


Text Example

White with #FE5791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5791; }

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

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

background-color css

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

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

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

border-color css

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

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

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