Html Css Color HEX #FE5691 French Rose

📋 copy color: '#FE5691'

red 254 ◦ green 86 ◦ blue 145

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

Shades of French Rose #FE5691

Tints of French Rose #FE5691

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.73%

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

R = 52.37%
G = 17.73%
B = 29.9%

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

#FE5691 (or 0xFE5691) is known color: French Rose. HEX triplet: FE, 56 and 91. RGB value is (254,86,145). Sum of RGB (Red+Green+Blue) = 254+86+145=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 86 (33.98% from 255 or 17.73% from 485); Blue value is 145 (57.03% from 255 or 29.90% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5691 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5691 is #01A96E. Grayscale: #8E8E8E. Windows color (decimal): -108911 or 9524990. OLE color: 9524990.

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

Color convert

RGB 254 86 145 -
CMYK 0 0.66 0.43 0.00
HSL 338.93º 0.99% 0.67% -
HSV(B) 338.93º 0.66% 1% -
XYZ 49.31 29.77 29.94 -
YUV 142.96 129.16 207.2 -
System Red Green Blue C M Y K H S L
Decimal 254 86 145 0 0.66 0.43 0.00 338.93 0.99 0.67
Hex FE 56 91 0 42 2B 0 153 63 43
Octal 376 126 221 0 102 53 0 523 143 103
Binary 11111110 1010110 10010001 0 1000010 101011 0 101010011 1100011 1000011

Color Harmonies of #FE5691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5691

Black with #FE5691

Text Example


Text Example

White with #FE5691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5691; }

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

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

background-color css

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

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

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

border-color css

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

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

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