Html Css Color HEX #FF5974 Wild Watermelon

📋 copy color: '#FF5974'

red 255 ◦ green 89 ◦ blue 116

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

Shades of Wild Watermelon #FF5974

Tints of Wild Watermelon #FF5974

RGB

 RED value IS 255 (100% from 255) = 55.43%

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

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

R = 55.43%
G = 19.35%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FF5974 (or 0xFF5974) is known color: Wild Watermelon. HEX triplet: FF, 59 and 74. RGB value is (255,89,116). Sum of RGB (Red+Green+Blue) = 255+89+116=460 (60% of max value = 765). Red value is 255 (100% from 255 or 55.43% from 460); Green value is 89 (35.16% from 255 or 19.35% from 460); Blue value is 116 (45.70% from 255 or 25.22% from 460); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5974 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5974 is #00A68B. Grayscale: #8D8D8D. Windows color (decimal): -42636 or 7625215. OLE color: 7625215.

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

Color convert

RGB 255 89 116 -
CMYK 0 0.65 0.55 0
HSL 350.24º 1% 0.67% -
HSV(B) 350.24º 0.65% 1% -
XYZ 47.96 29.67 19.72 -
YUV 141.71 113.5 208.8 -
System Red Green Blue C M Y K H S L
Decimal 255 89 116 0 0.65 0.55 0 350.24 1 0.67
Hex FF 59 74 0 41 37 0 15E 64 43
Octal 377 131 164 0 101 67 0 536 144 103
Binary 11111111 1011001 1110100 0 1000001 110111 0 101011110 1100100 1000011

Color Harmonies of #FF5974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5974

Black with #FF5974

Text Example


Text Example

White with #FF5974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5974; }

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

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

background-color css

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

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

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

border-color css

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

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

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