Html Css Color HEX #F05978 Wild Watermelon

📋 copy color: '#F05978'

red 240 ◦ green 89 ◦ blue 120

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

Shades of Wild Watermelon #F05978

Tints of Wild Watermelon #F05978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 26.73%

R = 53.45%
G = 19.82%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.5

 K value IS 0.06

RGB Variations

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

Color information

#F05978 (or 0xF05978) is known color: Wild Watermelon. HEX triplet: F0, 59 and 78. RGB value is (240,89,120). Sum of RGB (Red+Green+Blue) = 240+89+120=449 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.45% from 449); Green value is 89 (35.16% from 255 or 19.82% from 449); Blue value is 120 (47.27% from 255 or 26.73% from 449); Max value from RGB is 240 - color contains mainly: red. Hex color #F05978 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05978 is #0FA687. Grayscale: #898989. Windows color (decimal): -1025672 or 7887344. OLE color: 7887344.

HSL color Cylindrical-coordinate representation of color #F05978: hue angle of 347.68º 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 #F05978 is Cyan = 0, Magento = 0.63, Yellow = 0.5 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 89 120 -
CMYK 0 0.63 0.5 0.06
HSL 347.68º 0.83% 0.65% -
HSV(B) 347.68º 0.63% 0.94% -
XYZ 42.9 27.03 20.72 -
YUV 137.68 118.03 200.98 -
System Red Green Blue C M Y K H S L
Decimal 240 89 120 0 0.63 0.5 0.06 347.68 0.83 0.65
Hex F0 59 78 0 3F 32 6 15C 53 41
Octal 360 131 170 0 77 62 6 534 123 101
Binary 11110000 1011001 1111000 0 111111 110010 110 101011100 1010011 1000001

Color Harmonies of #F05978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05978

Black with #F05978

Text Example


Text Example

White with #F05978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05978; }

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

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

background-color css

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

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

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

border-color css

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

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

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