#F05B70

Color #F05B70 Wild Watermelon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Watermelon #F05B70

Tints of Wild Watermelon #F05B70

Color information

#F05B70 (or 0xF05B70) is unknown color: approx Wild Watermelon. HEX triplet: F0, 5B and 70. RGB value is (240,91,112). Sum of RGB (Red+Green+Blue) = 240+91+112=443 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.18% from 443); Green value is 91 (35.94% from 255 or 20.54% from 443); Blue value is 112 (44.14% from 255 or 25.28% from 443); Max value from RGB is 240 - color contains mainly: red. Hex color #F05B70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05B70 is #0FA48F. Grayscale: #8A8A8A. Windows color (decimal): -1025168 or 7363568. OLE color: 7363568.

HSL color Cylindrical-coordinate representation of color #F05B70: hue angle of 351.54º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F05B70 is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB24091112-
CMYK00.620.530.06
HSL351.54º83.24%64.9%-
HSV(B)351.54º62.08%94.12%-
XYZ42.627.1818.33-
YUV137.94113.36200.79-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 54.18%
GREEN value IS 91 (35.94% from 255) = 20.54%
BLUE value IS 112 (44.14% from 255) = 25.28%
R=54.18%
G=20.54%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409111200.620.530.06351.5483.2464.9
HexF05B7003E3561605341
Octal360133160076656540123101
Binary1111000010110111110000011111011010111010110000010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05B70; }

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

 H1.HeaderClassName
 {
   color: #F05B70;
 }
 .AnyTagClassName
 {
   color: #F05B70;
 }
</style>
background-color css

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

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

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

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

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

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