Html Css Color HEX #FE4974 Wild Watermelon

📋 copy color: '#FE4974'

red 254 ◦ green 73 ◦ blue 116

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

Shades of Wild Watermelon #FE4974

Tints of Wild Watermelon #FE4974

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.48%

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

R = 57.34%
G = 16.48%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FE4974 (or 0xFE4974) is known color: Wild Watermelon. HEX triplet: FE, 49 and 74. RGB value is (254,73,116). Sum of RGB (Red+Green+Blue) = 254+73+116=443 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.34% from 443); Green value is 73 (28.91% from 255 or 16.48% from 443); Blue value is 116 (45.70% from 255 or 26.19% from 443); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4974 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4974 is #01B68B. Grayscale: #848484. Windows color (decimal): -112268 or 7621118. OLE color: 7621118.

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

Color convert

RGB 254 73 116 -
CMYK 0 0.71 0.54 0.00
HSL 345.75º 0.99% 0.64% -
HSV(B) 345.75º 0.71% 1% -
XYZ 46.41 27.1 19.31 -
YUV 132.02 118.97 215 -
System Red Green Blue C M Y K H S L
Decimal 254 73 116 0 0.71 0.54 0.00 345.75 0.99 0.64
Hex FE 49 74 0 47 36 0 15A 63 40
Octal 376 111 164 0 107 66 0 532 143 100
Binary 11111110 1001001 1110100 0 1000111 110110 0 101011010 1100011 1000000

Color Harmonies of #FE4974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4974

Black with #FE4974

Text Example


Text Example

White with #FE4974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4974; }

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

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

background-color css

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

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

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

border-color css

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

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

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