Html Css Color HEX #FE5082 French Rose

📋 copy color: '#FE5082'

red 254 ◦ green 80 ◦ blue 130

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

Shades of French Rose #FE5082

Tints of French Rose #FE5082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 28.02%

R = 54.74%
G = 17.24%
B = 28.02%

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

#FE5082 (or 0xFE5082) is known color: French Rose. HEX triplet: FE, 50 and 82. RGB value is (254,80,130). Sum of RGB (Red+Green+Blue) = 254+80+130=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 80 (31.64% from 255 or 17.24% from 464); Blue value is 130 (51.17% from 255 or 28.02% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5082 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5082 is #01AF7D. Grayscale: #898989. Windows color (decimal): -110462 or 8540414. OLE color: 8540414.

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

Color convert

RGB 254 80 130 -
CMYK 0 0.69 0.49 0.00
HSL 342.76º 0.99% 0.65% -
HSV(B) 342.76º 0.69% 1% -
XYZ 47.77 28.42 24.09 -
YUV 137.73 123.65 210.93 -
System Red Green Blue C M Y K H S L
Decimal 254 80 130 0 0.69 0.49 0.00 342.76 0.99 0.65
Hex FE 50 82 0 45 31 0 157 63 41
Octal 376 120 202 0 105 61 0 527 143 101
Binary 11111110 1010000 10000010 0 1000101 110001 0 101010111 1100011 1000001

Color Harmonies of #FE5082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5082

Black with #FE5082

Text Example


Text Example

White with #FE5082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5082; }

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

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

background-color css

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

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

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

border-color css

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

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

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