#F75062

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

Shades of Wild Watermelon #F75062

Tints of Wild Watermelon #F75062

Color information

#F75062 (or 0xF75062) is unknown color: approx Wild Watermelon. HEX triplet: F7, 50 and 62. RGB value is (247,80,98). Sum of RGB (Red+Green+Blue) = 247+80+98=425 (56% of max value = 765). Red value is 247 (96.88% from 255 or 58.12% from 425); Green value is 80 (31.64% from 255 or 18.82% from 425); Blue value is 98 (38.67% from 255 or 23.06% from 425); Max value from RGB is 247 - color contains mainly: red. Hex color #F75062 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75062 is #08AF9D. Grayscale: #848484. Windows color (decimal): -569246 or 6443255. OLE color: 6443255.

HSL color Cylindrical-coordinate representation of color #F75062: hue angle of 353.53º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F75062 is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB2478098-
CMYK00.680.600.03
HSL353.53º91.26%64.12%-
HSV(B)353.53º67.61%96.86%-
XYZ43.4326.3914.36-
YUV131.98108.83210.04-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 58.12%
GREEN value IS 80 (31.64% from 255) = 18.82%
BLUE value IS 98 (38.67% from 255) = 23.06%
R=58.12%
G=18.82%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.60
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247809800.680.600.03353.5391.2664.12
HexF750620443C31625b40
Octal3671201420104743542133100
Binary1111011110100001100010010001001111001110110001010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75062; }

 p { color: rgb(247,80,98); }

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

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

 a { background-color: rgb(247,80,98); }

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

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

 span { border-color: rgb(247,80,98); }

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