Html Css Color HEX #F05974 Wild Watermelon

📋 copy color: '#F05974'

red 240 ◦ green 89 ◦ blue 116

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

Shades of Wild Watermelon #F05974

Tints of Wild Watermelon #F05974

RGB

 RED value IS 240 (94.14% from 255) = 53.93%

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

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

R = 53.93%
G = 20%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F05974 (or 0xF05974) is known color: Wild Watermelon. HEX triplet: F0, 59 and 74. RGB value is (240,89,116). Sum of RGB (Red+Green+Blue) = 240+89+116=445 (58% of max value = 765). Red value is 240 (94.14% from 255 or 53.93% from 445); Green value is 89 (35.16% from 255 or 20% from 445); Blue value is 116 (45.70% from 255 or 26.07% from 445); Max value from RGB is 240 - color contains mainly: red. Hex color #F05974 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05974 is #0FA68B. Grayscale: #898989. Windows color (decimal): -1025676 or 7625200. OLE color: 7625200.

HSL color Cylindrical-coordinate representation of color #F05974: hue angle of 349.27º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F05974 is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 89 116 -
CMYK 0 0.63 0.52 0.06
HSL 349.27º 0.83% 0.65% -
HSV(B) 349.27º 0.63% 0.94% -
XYZ 42.66 26.93 19.47 -
YUV 137.23 116.03 201.3 -
System Red Green Blue C M Y K H S L
Decimal 240 89 116 0 0.63 0.52 0.06 349.27 0.83 0.65
Hex F0 59 74 0 3F 34 6 15D 53 41
Octal 360 131 164 0 77 64 6 535 123 101
Binary 11110000 1011001 1110100 0 111111 110100 110 101011101 1010011 1000001

Color Harmonies of #F05974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05974

Black with #F05974

Text Example


Text Example

White with #F05974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05974; }

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

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

background-color css

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

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

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

border-color css

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

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

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