Html Css Color HEX #F05971 Wild Watermelon

📋 copy color: '#F05971'

red 240 ◦ green 89 ◦ blue 113

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

Shades of Wild Watermelon #F05971

Tints of Wild Watermelon #F05971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 25.57%

R = 54.3%
G = 20.14%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F05971 (or 0xF05971) is known color: Wild Watermelon. HEX triplet: F0, 59 and 71. RGB value is (240,89,113). Sum of RGB (Red+Green+Blue) = 240+89+113=442 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.30% from 442); Green value is 89 (35.16% from 255 or 20.14% from 442); Blue value is 113 (44.53% from 255 or 25.57% from 442); Max value from RGB is 240 - color contains mainly: red. Hex color #F05971 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05971 is #0FA68E. Grayscale: #888888. Windows color (decimal): -1025679 or 7428592. OLE color: 7428592.

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

Color convert

RGB 240 89 113 -
CMYK 0 0.63 0.53 0.06
HSL 350.46º 0.83% 0.65% -
HSV(B) 350.46º 0.63% 0.94% -
XYZ 42.49 26.86 18.57 -
YUV 136.89 114.53 201.55 -
System Red Green Blue C M Y K H S L
Decimal 240 89 113 0 0.63 0.53 0.06 350.46 0.83 0.65
Hex F0 59 71 0 3F 35 6 15E 53 41
Octal 360 131 161 0 77 65 6 536 123 101
Binary 11110000 1011001 1110001 0 111111 110101 110 101011110 1010011 1000001

Color Harmonies of #F05971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05971

Black with #F05971

Text Example


Text Example

White with #F05971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05971; }

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

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

background-color css

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

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

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

border-color css

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

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

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