Html Css Color HEX #FE5974 Wild Watermelon

📋 copy color: '#FE5974'

red 254 ◦ green 89 ◦ blue 116

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

Shades of Wild Watermelon #FE5974

Tints of Wild Watermelon #FE5974

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.39%

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

R = 55.34%
G = 19.39%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FE5974 (or 0xFE5974) is known color: Wild Watermelon. HEX triplet: FE, 59 and 74. RGB value is (254,89,116). Sum of RGB (Red+Green+Blue) = 254+89+116=459 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.34% from 459); Green value is 89 (35.16% from 255 or 19.39% from 459); Blue value is 116 (45.70% from 255 or 25.27% from 459); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5974 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5974 is #01A68B. Grayscale: #8D8D8D. Windows color (decimal): -108172 or 7625214. OLE color: 7625214.

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

Color convert

RGB 254 89 116 -
CMYK 0 0.65 0.54 0.00
HSL 350.18º 0.99% 0.67% -
HSV(B) 350.18º 0.65% 1% -
XYZ 47.6 29.48 19.7 -
YUV 141.41 113.66 208.3 -
System Red Green Blue C M Y K H S L
Decimal 254 89 116 0 0.65 0.54 0.00 350.18 0.99 0.67
Hex FE 59 74 0 41 36 0 15E 63 43
Octal 376 131 164 0 101 66 0 536 143 103
Binary 11111110 1011001 1110100 0 1000001 110110 0 101011110 1100011 1000011

Color Harmonies of #FE5974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5974

Black with #FE5974

Text Example


Text Example

White with #FE5974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5974; }

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

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

background-color css

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

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

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

border-color css

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

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

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