#F75C69

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

Shades of Wild Watermelon #F75C69

Tints of Wild Watermelon #F75C69

Color information

#F75C69 (or 0xF75C69) is unknown color: approx Wild Watermelon. HEX triplet: F7, 5C and 69. RGB value is (247,92,105). Sum of RGB (Red+Green+Blue) = 247+92+105=444 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.63% from 444); Green value is 92 (36.33% from 255 or 20.72% from 444); Blue value is 105 (41.41% from 255 or 23.65% from 444); Max value from RGB is 247 - color contains mainly: red. Hex color #F75C69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75C69 is #08A396. Grayscale: #8B8B8B. Windows color (decimal): -566167 or 6905079. OLE color: 6905079.

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

Color convert

RGB24792105-
CMYK00.630.570.03
HSL354.97º90.64%66.47%-
HSV(B)354.97º62.75%96.86%-
XYZ44.7328.4516.5-
YUV139.83108.35204.44-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 55.63%
GREEN value IS 92 (36.33% from 255) = 20.72%
BLUE value IS 105 (41.41% from 255) = 23.65%
R=55.63%
G=20.72%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2479210500.630.570.03354.9790.6466.47
HexF75C6903F3931635b42
Octal367134151077713543133102
Binary111101111011100110100101111111110011110110001110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75C69; }

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

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

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

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

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

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

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

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