#F05B75

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

Shades of Wild Watermelon #F05B75

Tints of Wild Watermelon #F05B75

Color information

#F05B75 (or 0xF05B75) is unknown color: approx Wild Watermelon. HEX triplet: F0, 5B and 75. RGB value is (240,91,117). Sum of RGB (Red+Green+Blue) = 240+91+117=448 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.57% from 448); Green value is 91 (35.94% from 255 or 20.31% from 448); Blue value is 117 (46.09% from 255 or 26.12% from 448); Max value from RGB is 240 - color contains mainly: red. Hex color #F05B75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05B75 is #0FA48A. Grayscale: #8A8A8A. Windows color (decimal): -1025163 or 7691248. OLE color: 7691248.

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

Color convert

RGB24091117-
CMYK00.620.510.06
HSL349.53º83.24%64.9%-
HSV(B)349.53º62.08%94.12%-
XYZ42.8927.2919.84-
YUV138.51115.86200.39-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 53.57%
GREEN value IS 91 (35.94% from 255) = 20.31%
BLUE value IS 117 (46.09% from 255) = 26.12%
R=53.57%
G=20.31%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.51
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409111700.620.510.06349.5383.2464.9
HexF05B7503E33615e5341
Octal360133165076636536123101
Binary1111000010110111110101011111011001111010101111010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05B75; }

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

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

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

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

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

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

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

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