Html Css Color HEX #FE5094 French Rose

📋 copy color: '#FE5094'

red 254 ◦ green 80 ◦ blue 148

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

Shades of French Rose #FE5094

Tints of French Rose #FE5094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.71%

R = 52.7%
G = 16.6%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#FE5094 (or 0xFE5094) is known color: French Rose. HEX triplet: FE, 50 and 94. RGB value is (254,80,148). Sum of RGB (Red+Green+Blue) = 254+80+148=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 80 (31.64% from 255 or 16.60% from 482); Blue value is 148 (58.20% from 255 or 30.71% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5094 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5094 is #01AF6B. Grayscale: #8B8B8B. Windows color (decimal): -110444 or 9720062. OLE color: 9720062.

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

Color convert

RGB 254 80 148 -
CMYK 0 0.69 0.42 0.00
HSL 336.55º 0.99% 0.65% -
HSV(B) 336.55º 0.69% 1% -
XYZ 49.09 28.95 31.02 -
YUV 139.78 132.65 209.47 -
System Red Green Blue C M Y K H S L
Decimal 254 80 148 0 0.69 0.42 0.00 336.55 0.99 0.65
Hex FE 50 94 0 45 2A 0 151 63 41
Octal 376 120 224 0 105 52 0 521 143 101
Binary 11111110 1010000 10010100 0 1000101 101010 0 101010001 1100011 1000001

Color Harmonies of #FE5094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5094

Black with #FE5094

Text Example


Text Example

White with #FE5094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5094; }

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

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

background-color css

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

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

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

border-color css

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

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

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