Shades of Wild Watermelon #F75A67
Tints of Wild Watermelon #F75A67
RGB
CMYK
RGB Variations
Color information
#F75A67 (or 0xF75A67) is known color: Wild Watermelon. HEX triplet: F7, 5A and 67. RGB value is (247,90,103). Sum of RGB (Red+Green+Blue) = 247+90+103=440 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.14% from 440); Green value is 90 (35.55% from 255 or 20.45% from 440); Blue value is 103 (40.62% from 255 or 23.41% from 440); Max value from RGB is 247 - color contains mainly: red. Hex color #F75A67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75A67 is #08A598. Grayscale: #8A8A8A. Windows color (decimal): -566681 or 6773495. OLE color: 6773495.
HSL color Cylindrical-coordinate representation of color #F75A67: hue angle of 355.03º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F75A67 is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 90 | 103 | - |
| CMYK | 0 | 0.64 | 0.58 | 0.03 |
| HSL | 355.03º | 0.91% | 0.66% | - |
| HSV(B) | 355.03º | 0.64% | 0.97% | - |
| XYZ | 44.46 | 28.07 | 15.91 | - |
| YUV | 138.43 | 108.01 | 205.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 90 | 103 | 0 | 0.64 | 0.58 | 0.03 | 355.03 | 0.91 | 0.66 |
| Hex | F7 | 5A | 67 | 0 | 40 | 3A | 3 | 163 | 5B | 42 |
| Octal | 367 | 132 | 147 | 0 | 100 | 72 | 3 | 543 | 133 | 102 |
| Binary | 11110111 | 1011010 | 1100111 | 0 | 1000000 | 111010 | 11 | 101100011 | 1011011 | 1000010 |
Color Harmonies of #F75A67
Complementary color
Monochromatic Colors of #F75A67
Black with #F75A67
Text Example
Text Example
White with #F75A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75A67; }
p { color: rgb(247,90,103); }
H1.HeaderClassName
{
color: #F75A67;
}
.AnyTagClassName
{
color: #F75A67;
}
</style>
background-color css
<style>
a { background-color: #F75A67; }
a { background-color: rgb(247,90,103); }
div.DivClassName
{
background-color: #F75A67;
}
.BgClassName
{
background-color: #F75A67;
}
</style>
border-color css
<style>
span { border-color: #F75A67; }
span { border-color: rgb(247,90,103); }
td.TdClassName
{
border-color: #F75A67;
}
.TagClassName
{
border-color: #F75A67;
}
</style>