#F75270

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

Shades of Wild Watermelon #F75270

Tints of Wild Watermelon #F75270

Color information

#F75270 (or 0xF75270) is unknown color: approx Wild Watermelon. HEX triplet: F7, 52 and 70. RGB value is (247,82,112). Sum of RGB (Red+Green+Blue) = 247+82+112=441 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.01% from 441); Green value is 82 (32.42% from 255 or 18.59% from 441); Blue value is 112 (44.14% from 255 or 25.40% from 441); Max value from RGB is 247 - color contains mainly: red. Hex color #F75270 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75270 is #08AD8F. Grayscale: #868686. Windows color (decimal): -568720 or 7361271. OLE color: 7361271.

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

Color convert

RGB24782112-
CMYK00.670.550.03
HSL349.09º91.16%64.51%-
HSV(B)349.09º66.8%96.86%-
XYZ44.326.9818.2-
YUV134.76115.16208.06-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 56.01%
GREEN value IS 82 (32.42% from 255) = 18.59%
BLUE value IS 112 (44.14% from 255) = 25.40%
R=56.01%
G=18.59%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.55
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2478211200.670.550.03349.0991.1664.51
HexF7527004337315d5b41
Octal3671221600103673535133101
Binary1111011110100101110000010000111101111110101110110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75270; }

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

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

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

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

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

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

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

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