#F05B72

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

Shades of Wild Watermelon #F05B72

Tints of Wild Watermelon #F05B72

Color information

#F05B72 (or 0xF05B72) is unknown color: approx Wild Watermelon. HEX triplet: F0, 5B and 72. RGB value is (240,91,114). Sum of RGB (Red+Green+Blue) = 240+91+114=445 (58% of max value = 765). Red value is 240 (94.14% from 255 or 53.93% from 445); Green value is 91 (35.94% from 255 or 20.45% from 445); Blue value is 114 (44.92% from 255 or 25.62% from 445); Max value from RGB is 240 - color contains mainly: red. Hex color #F05B72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05B72 is #0FA48D. Grayscale: #8A8A8A. Windows color (decimal): -1025166 or 7494640. OLE color: 7494640.

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

Color convert

RGB24091114-
CMYK00.620.520.06
HSL350.74º83.24%64.9%-
HSV(B)350.74º62.08%94.12%-
XYZ42.7127.2218.92-
YUV138.17114.36200.63-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 53.93%
GREEN value IS 91 (35.94% from 255) = 20.45%
BLUE value IS 114 (44.92% from 255) = 25.62%
R=53.93%
G=20.45%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409111400.620.520.06350.7483.2464.9
HexF05B7203E34615f5341
Octal360133162076646537123101
Binary1111000010110111110010011111011010011010101111110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05B72; }

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

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

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

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

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

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

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

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