Html Css Color HEX #F05970 Wild Watermelon

📋 copy color: '#F05970'

red 240 ◦ green 89 ◦ blue 112

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

Shades of Wild Watermelon #F05970

Tints of Wild Watermelon #F05970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.4%

R = 54.42%
G = 20.18%
B = 25.4%

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

#F05970 (or 0xF05970) is known color: Wild Watermelon. HEX triplet: F0, 59 and 70. RGB value is (240,89,112). Sum of RGB (Red+Green+Blue) = 240+89+112=441 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.42% from 441); Green value is 89 (35.16% from 255 or 20.18% from 441); Blue value is 112 (44.14% from 255 or 25.40% from 441); Max value from RGB is 240 - color contains mainly: red. Hex color #F05970 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05970 is #0FA68F. Grayscale: #888888. Windows color (decimal): -1025680 or 7363056. OLE color: 7363056.

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

Color convert

RGB 240 89 112 -
CMYK 0 0.63 0.53 0.06
HSL 350.86º 0.83% 0.65% -
HSV(B) 350.86º 0.63% 0.94% -
XYZ 42.43 26.84 18.27 -
YUV 136.77 114.03 201.63 -
System Red Green Blue C M Y K H S L
Decimal 240 89 112 0 0.63 0.53 0.06 350.86 0.83 0.65
Hex F0 59 70 0 3F 35 6 15F 53 41
Octal 360 131 160 0 77 65 6 537 123 101
Binary 11110000 1011001 1110000 0 111111 110101 110 101011111 1010011 1000001

Color Harmonies of #F05970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05970

Black with #F05970

Text Example


Text Example

White with #F05970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05970; }

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

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

background-color css

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

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

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

border-color css

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

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

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