Shades of Wild Watermelon #FF6272
Tints of Wild Watermelon #FF6272
RGB
CMYK
RGB Variations
Color information
#FF6272 (or 0xFF6272) is known color: Wild Watermelon. HEX triplet: FF, 62 and 72. RGB value is (255,98,114). Sum of RGB (Red+Green+Blue) = 255+98+114=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 98 (38.67% from 255 or 20.99% from 467); Blue value is 114 (44.92% from 255 or 24.41% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6272 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6272 is #009D8D. Grayscale: #929292. Windows color (decimal): -40334 or 7496447. OLE color: 7496447.
HSL color Cylindrical-coordinate representation of color #FF6272: hue angle of 353.89º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF6272 is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 98 | 114 | - |
| CMYK | 0 | 0.62 | 0.55 | 0 |
| HSL | 353.89º | 1% | 0.69% | - |
| HSV(B) | 353.89º | 0.62% | 1% | - |
| XYZ | 48.64 | 31.21 | 19.38 | - |
| YUV | 146.77 | 109.51 | 205.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 98 | 114 | 0 | 0.62 | 0.55 | 0 | 353.89 | 1 | 0.69 |
| Hex | FF | 62 | 72 | 0 | 3E | 37 | 0 | 162 | 64 | 45 |
| Octal | 377 | 142 | 162 | 0 | 76 | 67 | 0 | 542 | 144 | 105 |
| Binary | 11111111 | 1100010 | 1110010 | 0 | 111110 | 110111 | 0 | 101100010 | 1100100 | 1000101 |
Color Harmonies of #FF6272
Complementary color
Monochromatic Colors of #FF6272
Black with #FF6272
Text Example
Text Example
White with #FF6272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6272; }
p { color: rgb(255,98,114); }
H1.HeaderClassName
{
color: #FF6272;
}
.AnyTagClassName
{
color: #FF6272;
}
</style>
background-color css
<style>
a { background-color: #FF6272; }
a { background-color: rgb(255,98,114); }
div.DivClassName
{
background-color: #FF6272;
}
.BgClassName
{
background-color: #FF6272;
}
</style>
border-color css
<style>
span { border-color: #FF6272; }
span { border-color: rgb(255,98,114); }
td.TdClassName
{
border-color: #FF6272;
}
.TagClassName
{
border-color: #FF6272;
}
</style>