Html Css Color HEX #FE5086 French Rose

📋 copy color: '#FE5086'

red 254 ◦ green 80 ◦ blue 134

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

Shades of French Rose #FE5086

Tints of French Rose #FE5086

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.09%

 BLUE value IS 134 (52.73% from 255) = 28.63%

R = 54.27%
G = 17.09%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.47

 K value IS 0.00

RGB Variations

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

Color information

#FE5086 (or 0xFE5086) is known color: French Rose. HEX triplet: FE, 50 and 86. RGB value is (254,80,134). Sum of RGB (Red+Green+Blue) = 254+80+134=468 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.27% from 468); Green value is 80 (31.64% from 255 or 17.09% from 468); Blue value is 134 (52.73% from 255 or 28.63% from 468); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5086 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5086 is #01AF79. Grayscale: #8A8A8A. Windows color (decimal): -110458 or 8802558. OLE color: 8802558.

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

Color convert

RGB 254 80 134 -
CMYK 0 0.69 0.47 0.00
HSL 341.38º 0.99% 0.65% -
HSV(B) 341.38º 0.69% 1% -
XYZ 48.04 28.53 25.53 -
YUV 138.18 125.65 210.61 -
System Red Green Blue C M Y K H S L
Decimal 254 80 134 0 0.69 0.47 0.00 341.38 0.99 0.65
Hex FE 50 86 0 45 2F 0 155 63 41
Octal 376 120 206 0 105 57 0 525 143 101
Binary 11111110 1010000 10000110 0 1000101 101111 0 101010101 1100011 1000001

Color Harmonies of #FE5086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5086

Black with #FE5086

Text Example


Text Example

White with #FE5086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5086; }

 p { color: rgb(254,80,134); }

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

background-color css

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

 a { background-color: rgb(254,80,134); }

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

border-color css

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

 span { border-color: rgb(254,80,134); }

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