#F75F69

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

Shades of Wild Watermelon #F75F69

Tints of Wild Watermelon #F75F69

Color information

#F75F69 (or 0xF75F69) is unknown color: approx Wild Watermelon. HEX triplet: F7, 5F and 69. RGB value is (247,95,105). Sum of RGB (Red+Green+Blue) = 247+95+105=447 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.26% from 447); Green value is 95 (37.5% from 255 or 21.25% from 447); Blue value is 105 (41.41% from 255 or 23.49% from 447); Max value from RGB is 247 - color contains mainly: red. Hex color #F75F69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75F69 is #08A096. Grayscale: #8D8D8D. Windows color (decimal): -565399 or 6905847. OLE color: 6905847.

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

Color convert

RGB24795105-
CMYK00.620.570.03
HSL356.05º90.48%67.06%-
HSV(B)356.05º61.54%96.86%-
XYZ4528.9816.59-
YUV141.59107.36203.19-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 55.26%
GREEN value IS 95 (37.5% from 255) = 21.25%
BLUE value IS 105 (41.41% from 255) = 23.49%
R=55.26%
G=21.25%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2479510500.620.570.03356.0590.4867.06
HexF75F6903E3931645a43
Octal367137151076713544132103
Binary111101111011111110100101111101110011110110010010110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75F69; }

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

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

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

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

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

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

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

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