#F75262

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

Shades of Wild Watermelon #F75262

Tints of Wild Watermelon #F75262

Color information

#F75262 (or 0xF75262) is unknown color: approx Wild Watermelon. HEX triplet: F7, 52 and 62. RGB value is (247,82,98). Sum of RGB (Red+Green+Blue) = 247+82+98=427 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.85% from 427); Green value is 82 (32.42% from 255 or 19.20% from 427); Blue value is 98 (38.67% from 255 or 22.95% from 427); Max value from RGB is 247 - color contains mainly: red. Hex color #F75262 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75262 is #08AD9D. Grayscale: #858585. Windows color (decimal): -568734 or 6443767. OLE color: 6443767.

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

Color convert

RGB2478298-
CMYK00.670.600.03
HSL354.18º91.16%64.51%-
HSV(B)354.18º66.8%96.86%-
XYZ43.5826.6914.41-
YUV133.16108.16209.2-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 57.85%
GREEN value IS 82 (32.42% from 255) = 19.20%
BLUE value IS 98 (38.67% from 255) = 22.95%
R=57.85%
G=19.20%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.60
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247829800.670.600.03354.1891.1664.51
HexF752620433C31625b41
Octal3671221420103743542133101
Binary1111011110100101100010010000111111001110110001010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75262; }

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

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

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

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

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

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

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

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