Html Css Color HEX #FE5194 French Rose

📋 copy color: '#FE5194'

red 254 ◦ green 81 ◦ blue 148

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

Shades of French Rose #FE5194

Tints of French Rose #FE5194

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.77%

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

R = 52.59%
G = 16.77%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#FE5194 (or 0xFE5194) is known color: French Rose. HEX triplet: FE, 51 and 94. RGB value is (254,81,148). Sum of RGB (Red+Green+Blue) = 254+81+148=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 81 (32.03% from 255 or 16.77% from 483); Blue value is 148 (58.20% from 255 or 30.64% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5194 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5194 is #01AE6B. Grayscale: #8C8C8C. Windows color (decimal): -110188 or 9720318. OLE color: 9720318.

HSL color Cylindrical-coordinate representation of color #FE5194: hue angle of 336.76º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FE5194 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 81 148 -
CMYK 0 0.68 0.42 0.00
HSL 336.76º 0.99% 0.66% -
HSV(B) 336.76º 0.68% 1% -
XYZ 49.16 29.09 31.04 -
YUV 140.37 132.31 209.05 -
System Red Green Blue C M Y K H S L
Decimal 254 81 148 0 0.68 0.42 0.00 336.76 0.99 0.66
Hex FE 51 94 0 44 2A 0 151 63 42
Octal 376 121 224 0 104 52 0 521 143 102
Binary 11111110 1010001 10010100 0 1000100 101010 0 101010001 1100011 1000010

Color Harmonies of #FE5194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5194

Black with #FE5194

Text Example


Text Example

White with #FE5194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5194; }

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

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

background-color css

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

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

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

border-color css

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

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

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