#F75C75

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

Shades of Wild Watermelon #F75C75

Tints of Wild Watermelon #F75C75

Color information

#F75C75 (or 0xF75C75) is unknown color: approx Wild Watermelon. HEX triplet: F7, 5C and 75. RGB value is (247,92,117). Sum of RGB (Red+Green+Blue) = 247+92+117=456 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.17% from 456); Green value is 92 (36.33% from 255 or 20.18% from 456); Blue value is 117 (46.09% from 255 or 25.66% from 456); Max value from RGB is 247 - color contains mainly: red. Hex color #F75C75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75C75 is #08A38A. Grayscale: #8D8D8D. Windows color (decimal): -566155 or 7691511. OLE color: 7691511.

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

Color convert

RGB24792117-
CMYK00.630.530.03
HSL350.32º90.64%66.47%-
HSV(B)350.32º62.75%96.86%-
XYZ45.428.7119.98-
YUV141.2114.35203.47-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 54.17%
GREEN value IS 92 (36.33% from 255) = 20.18%
BLUE value IS 117 (46.09% from 255) = 25.66%
R=54.17%
G=20.18%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2479211700.630.530.03350.3290.6466.47
HexF75C7503F35315e5b42
Octal367134165077653536133102
Binary111101111011100111010101111111101011110101111010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75C75; }

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

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

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

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

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

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

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

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