Shades of Wild Watermelon #FF6273
Tints of Wild Watermelon #FF6273
RGB
CMYK
RGB Variations
Color information
#FF6273 (or 0xFF6273) is known color: Wild Watermelon. HEX triplet: FF, 62 and 73. RGB value is (255,98,115). Sum of RGB (Red+Green+Blue) = 255+98+115=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 98 (38.67% from 255 or 20.94% from 468); Blue value is 115 (45.31% from 255 or 24.57% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6273 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6273 is #009D8C. Grayscale: #929292. Windows color (decimal): -40333 or 7561983. OLE color: 7561983.
HSL color Cylindrical-coordinate representation of color #FF6273: hue angle of 353.5º 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 #FF6273 is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 98 | 115 | - |
| CMYK | 0 | 0.62 | 0.55 | 0 |
| HSL | 353.5º | 1% | 0.69% | - |
| HSV(B) | 353.5º | 0.62% | 1% | - |
| XYZ | 48.7 | 31.23 | 19.68 | - |
| YUV | 146.88 | 110.01 | 205.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 98 | 115 | 0 | 0.62 | 0.55 | 0 | 353.5 | 1 | 0.69 |
| Hex | FF | 62 | 73 | 0 | 3E | 37 | 0 | 162 | 64 | 45 |
| Octal | 377 | 142 | 163 | 0 | 76 | 67 | 0 | 542 | 144 | 105 |
| Binary | 11111111 | 1100010 | 1110011 | 0 | 111110 | 110111 | 0 | 101100010 | 1100100 | 1000101 |
Color Harmonies of #FF6273
Complementary color
Monochromatic Colors of #FF6273
Black with #FF6273
Text Example
Text Example
White with #FF6273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6273; }
p { color: rgb(255,98,115); }
H1.HeaderClassName
{
color: #FF6273;
}
.AnyTagClassName
{
color: #FF6273;
}
</style>
background-color css
<style>
a { background-color: #FF6273; }
a { background-color: rgb(255,98,115); }
div.DivClassName
{
background-color: #FF6273;
}
.BgClassName
{
background-color: #FF6273;
}
</style>
border-color css
<style>
span { border-color: #FF6273; }
span { border-color: rgb(255,98,115); }
td.TdClassName
{
border-color: #FF6273;
}
.TagClassName
{
border-color: #FF6273;
}
</style>