Html Css Color HEX #F05976 Wild Watermelon

📋 copy color: '#F05976'

red 240 ◦ green 89 ◦ blue 118

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

Shades of Wild Watermelon #F05976

Tints of Wild Watermelon #F05976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 26.4%

R = 53.69%
G = 19.91%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#F05976 (or 0xF05976) is known color: Wild Watermelon. HEX triplet: F0, 59 and 76. RGB value is (240,89,118). Sum of RGB (Red+Green+Blue) = 240+89+118=447 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.69% from 447); Green value is 89 (35.16% from 255 or 19.91% from 447); Blue value is 118 (46.48% from 255 or 26.40% from 447); Max value from RGB is 240 - color contains mainly: red. Hex color #F05976 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05976 is #0FA689. Grayscale: #898989. Windows color (decimal): -1025674 or 7756272. OLE color: 7756272.

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

Color convert

RGB 240 89 118 -
CMYK 0 0.63 0.51 0.06
HSL 348.48º 0.83% 0.65% -
HSV(B) 348.48º 0.63% 0.94% -
XYZ 42.78 26.98 20.09 -
YUV 137.46 117.03 201.14 -
System Red Green Blue C M Y K H S L
Decimal 240 89 118 0 0.63 0.51 0.06 348.48 0.83 0.65
Hex F0 59 76 0 3F 33 6 15C 53 41
Octal 360 131 166 0 77 63 6 534 123 101
Binary 11110000 1011001 1110110 0 111111 110011 110 101011100 1010011 1000001

Color Harmonies of #F05976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05976

Black with #F05976

Text Example


Text Example

White with #F05976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05976; }

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

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

background-color css

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

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

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

border-color css

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

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

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