Html Css Color HEX #F05972 Wild Watermelon

📋 copy color: '#F05972'

red 240 ◦ green 89 ◦ blue 114

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

Shades of Wild Watermelon #F05972

Tints of Wild Watermelon #F05972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.73%

R = 54.18%
G = 20.09%
B = 25.73%

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

#F05972 (or 0xF05972) is known color: Wild Watermelon. HEX triplet: F0, 59 and 72. RGB value is (240,89,114). Sum of RGB (Red+Green+Blue) = 240+89+114=443 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.18% from 443); Green value is 89 (35.16% from 255 or 20.09% from 443); Blue value is 114 (44.92% from 255 or 25.73% from 443); Max value from RGB is 240 - color contains mainly: red. Hex color #F05972 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05972 is #0FA68D. Grayscale: #898989. Windows color (decimal): -1025678 or 7494128. OLE color: 7494128.

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

Color convert

RGB 240 89 114 -
CMYK 0 0.63 0.52 0.06
HSL 350.07º 0.83% 0.65% -
HSV(B) 350.07º 0.63% 0.94% -
XYZ 42.54 26.88 18.87 -
YUV 137 115.03 201.47 -
System Red Green Blue C M Y K H S L
Decimal 240 89 114 0 0.63 0.52 0.06 350.07 0.83 0.65
Hex F0 59 72 0 3F 34 6 15E 53 41
Octal 360 131 162 0 77 64 6 536 123 101
Binary 11110000 1011001 1110010 0 111111 110100 110 101011110 1010011 1000001

Color Harmonies of #F05972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05972

Black with #F05972

Text Example


Text Example

White with #F05972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05972; }

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

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

background-color css

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

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

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

border-color css

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

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

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