Shades of Wild Watermelon #FF6372
Tints of Wild Watermelon #FF6372
RGB
CMYK
RGB Variations
Color information
#FF6372 (or 0xFF6372) is known color: Wild Watermelon. HEX triplet: FF, 63 and 72. RGB value is (255,99,114). Sum of RGB (Red+Green+Blue) = 255+99+114=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 99 (39.06% from 255 or 21.15% from 468); Blue value is 114 (44.92% from 255 or 24.36% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6372 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6372 is #009C8D. Grayscale: #939393. Windows color (decimal): -40078 or 7496703. OLE color: 7496703.
HSL color Cylindrical-coordinate representation of color #FF6372: hue angle of 354.23º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FF6372 is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 99 | 114 | - |
| CMYK | 0 | 0.61 | 0.55 | 0 |
| HSL | 354.23º | 1% | 0.69% | - |
| HSV(B) | 354.23º | 0.61% | 1% | - |
| XYZ | 48.74 | 31.4 | 19.41 | - |
| YUV | 147.35 | 109.18 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 99 | 114 | 0 | 0.61 | 0.55 | 0 | 354.23 | 1 | 0.69 |
| Hex | FF | 63 | 72 | 0 | 3D | 37 | 0 | 162 | 64 | 45 |
| Octal | 377 | 143 | 162 | 0 | 75 | 67 | 0 | 542 | 144 | 105 |
| Binary | 11111111 | 1100011 | 1110010 | 0 | 111101 | 110111 | 0 | 101100010 | 1100100 | 1000101 |
Color Harmonies of #FF6372
Complementary color
Monochromatic Colors of #FF6372
Black with #FF6372
Text Example
Text Example
White with #FF6372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6372; }
p { color: rgb(255,99,114); }
H1.HeaderClassName
{
color: #FF6372;
}
.AnyTagClassName
{
color: #FF6372;
}
</style>
background-color css
<style>
a { background-color: #FF6372; }
a { background-color: rgb(255,99,114); }
div.DivClassName
{
background-color: #FF6372;
}
.BgClassName
{
background-color: #FF6372;
}
</style>
border-color css
<style>
span { border-color: #FF6372; }
span { border-color: rgb(255,99,114); }
td.TdClassName
{
border-color: #FF6372;
}
.TagClassName
{
border-color: #FF6372;
}
</style>