Html Css Color HEX #FE5174 Wild Watermelon

📋 copy color: '#FE5174'

red 254 ◦ green 81 ◦ blue 116

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

Shades of Wild Watermelon #FE5174

Tints of Wild Watermelon #FE5174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.72%

R = 56.32%
G = 17.96%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FE5174 (or 0xFE5174) is known color: Wild Watermelon. HEX triplet: FE, 51 and 74. RGB value is (254,81,116). Sum of RGB (Red+Green+Blue) = 254+81+116=451 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.32% from 451); Green value is 81 (32.03% from 255 or 17.96% from 451); Blue value is 116 (45.70% from 255 or 25.72% from 451); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5174 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5174 is #01AE8B. Grayscale: #888888. Windows color (decimal): -110220 or 7623166. OLE color: 7623166.

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

Color convert

RGB 254 81 116 -
CMYK 0 0.68 0.54 0.00
HSL 347.86º 0.99% 0.66% -
HSV(B) 347.86º 0.68% 1% -
XYZ 46.97 28.22 19.49 -
YUV 136.72 116.31 211.65 -
System Red Green Blue C M Y K H S L
Decimal 254 81 116 0 0.68 0.54 0.00 347.86 0.99 0.66
Hex FE 51 74 0 44 36 0 15C 63 42
Octal 376 121 164 0 104 66 0 534 143 102
Binary 11111110 1010001 1110100 0 1000100 110110 0 101011100 1100011 1000010

Color Harmonies of #FE5174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5174

Black with #FE5174

Text Example


Text Example

White with #FE5174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5174; }

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

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

background-color css

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

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

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

border-color css

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

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

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