Html Css Color HEX #FE5081 French Rose

📋 copy color: '#FE5081'

red 254 ◦ green 80 ◦ blue 129

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

Shades of French Rose #FE5081

Tints of French Rose #FE5081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 27.86%

R = 54.86%
G = 17.28%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.49

 K value IS 0.00

RGB Variations

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

Color information

#FE5081 (or 0xFE5081) is known color: French Rose. HEX triplet: FE, 50 and 81. RGB value is (254,80,129). Sum of RGB (Red+Green+Blue) = 254+80+129=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 80 (31.64% from 255 or 17.28% from 463); Blue value is 129 (50.78% from 255 or 27.86% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5081 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5081 is #01AF7E. Grayscale: #898989. Windows color (decimal): -110463 or 8474878. OLE color: 8474878.

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

Color convert

RGB 254 80 129 -
CMYK 0 0.69 0.49 0.00
HSL 343.1º 0.99% 0.65% -
HSV(B) 343.1º 0.69% 1% -
XYZ 47.7 28.39 23.74 -
YUV 137.61 123.15 211.02 -
System Red Green Blue C M Y K H S L
Decimal 254 80 129 0 0.69 0.49 0.00 343.1 0.99 0.65
Hex FE 50 81 0 45 31 0 157 63 41
Octal 376 120 201 0 105 61 0 527 143 101
Binary 11111110 1010000 10000001 0 1000101 110001 0 101010111 1100011 1000001

Color Harmonies of #FE5081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5081

Black with #FE5081

Text Example


Text Example

White with #FE5081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5081; }

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

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

background-color css

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

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

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

border-color css

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

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

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