#F75F61

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

Shades of Wild Watermelon #F75F61

Tints of Wild Watermelon #F75F61

Color information

#F75F61 (or 0xF75F61) is unknown color: approx Wild Watermelon. HEX triplet: F7, 5F and 61. RGB value is (247,95,97). Sum of RGB (Red+Green+Blue) = 247+95+97=439 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.26% from 439); Green value is 95 (37.5% from 255 or 21.64% from 439); Blue value is 97 (38.28% from 255 or 22.10% from 439); Max value from RGB is 247 - color contains mainly: red. Hex color #F75F61 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75F61 is #08A09E. Grayscale: #8C8C8C. Windows color (decimal): -565407 or 6381559. OLE color: 6381559.

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

Color convert

RGB2479597-
CMYK00.620.610.03
HSL359.21º90.48%67.06%-
HSV(B)359.21º61.54%96.86%-
XYZ44.6128.8214.52-
YUV140.68103.36203.84-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 56.26%
GREEN value IS 95 (37.5% from 255) = 21.64%
BLUE value IS 97 (38.28% from 255) = 22.10%
R=56.26%
G=21.64%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.61
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247959700.620.610.03359.2190.4867.06
HexF75F6103E3D31675a43
Octal367137141076753547132103
Binary111101111011111110000101111101111011110110011110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75F61; }

 p { color: rgb(247,95,97); }

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

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

 a { background-color: rgb(247,95,97); }

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

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

 span { border-color: rgb(247,95,97); }

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