#F75264

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

Shades of Wild Watermelon #F75264

Tints of Wild Watermelon #F75264

Color information

#F75264 (or 0xF75264) is unknown color: approx Wild Watermelon. HEX triplet: F7, 52 and 64. RGB value is (247,82,100). Sum of RGB (Red+Green+Blue) = 247+82+100=429 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.58% from 429); Green value is 82 (32.42% from 255 or 19.11% from 429); Blue value is 100 (39.45% from 255 or 23.31% from 429); Max value from RGB is 247 - color contains mainly: red. Hex color #F75264 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75264 is #08AD9B. Grayscale: #858585. Windows color (decimal): -568732 or 6574839. OLE color: 6574839.

HSL color Cylindrical-coordinate representation of color #F75264: hue angle of 353.45º 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 #F75264 is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB24782100-
CMYK00.670.600.03
HSL353.45º91.16%64.51%-
HSV(B)353.45º66.8%96.86%-
XYZ43.6826.7314.91-
YUV133.39109.16209.04-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 57.58%
GREEN value IS 82 (32.42% from 255) = 19.11%
BLUE value IS 100 (39.45% from 255) = 23.31%
R=57.58%
G=19.11%
B=23.31%

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
Decimal2478210000.670.600.03353.4591.1664.51
HexF752640433C31615b41
Octal3671221440103743541133101
Binary1111011110100101100100010000111111001110110000110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75264; }

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

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

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

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

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

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

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

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