Shades of Wild Watermelon #FF6276
Tints of Wild Watermelon #FF6276
RGB
CMYK
RGB Variations
Color information
#FF6276 (or 0xFF6276) is known color: Wild Watermelon. HEX triplet: FF, 62 and 76. RGB value is (255,98,118). Sum of RGB (Red+Green+Blue) = 255+98+118=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 98 (38.67% from 255 or 20.81% from 471); Blue value is 118 (46.48% from 255 or 25.05% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6276 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6276 is #009D89. Grayscale: #939393. Windows color (decimal): -40330 or 7758591. OLE color: 7758591.
HSL color Cylindrical-coordinate representation of color #FF6276: hue angle of 352.36º 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 #FF6276 is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 98 | 118 | - |
| CMYK | 0 | 0.62 | 0.54 | 0 |
| HSL | 352.36º | 1% | 0.69% | - |
| HSV(B) | 352.36º | 0.62% | 1% | - |
| XYZ | 48.88 | 31.3 | 20.61 | - |
| YUV | 147.22 | 111.51 | 204.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 98 | 118 | 0 | 0.62 | 0.54 | 0 | 352.36 | 1 | 0.69 |
| Hex | FF | 62 | 76 | 0 | 3E | 36 | 0 | 160 | 64 | 45 |
| Octal | 377 | 142 | 166 | 0 | 76 | 66 | 0 | 540 | 144 | 105 |
| Binary | 11111111 | 1100010 | 1110110 | 0 | 111110 | 110110 | 0 | 101100000 | 1100100 | 1000101 |
Color Harmonies of #FF6276
Complementary color
Monochromatic Colors of #FF6276
Black with #FF6276
Text Example
Text Example
White with #FF6276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6276; }
p { color: rgb(255,98,118); }
H1.HeaderClassName
{
color: #FF6276;
}
.AnyTagClassName
{
color: #FF6276;
}
</style>
background-color css
<style>
a { background-color: #FF6276; }
a { background-color: rgb(255,98,118); }
div.DivClassName
{
background-color: #FF6276;
}
.BgClassName
{
background-color: #FF6276;
}
</style>
border-color css
<style>
span { border-color: #FF6276; }
span { border-color: rgb(255,98,118); }
td.TdClassName
{
border-color: #FF6276;
}
.TagClassName
{
border-color: #FF6276;
}
</style>