Shades of Wild Watermelon #FF6264
Tints of Wild Watermelon #FF6264
RGB
CMYK
RGB Variations
Color information
#FF6264 (or 0xFF6264) is known color: Wild Watermelon. HEX triplet: FF, 62 and 64. RGB value is (255,98,100). Sum of RGB (Red+Green+Blue) = 255+98+100=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 98 (38.67% from 255 or 21.63% from 453); Blue value is 100 (39.45% from 255 or 22.08% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6264 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6264 is #009D9B. Grayscale: #919191. Windows color (decimal): -40348 or 6578943. OLE color: 6578943.
HSL color Cylindrical-coordinate representation of color #FF6264: hue angle of 359.24º 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 #FF6264 is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 98 | 100 | - |
| CMYK | 0 | 0.62 | 0.61 | 0 |
| HSL | 359.24º | 1% | 0.69% | - |
| HSV(B) | 359.24º | 0.62% | 1% | - |
| XYZ | 47.91 | 30.92 | 15.5 | - |
| YUV | 145.17 | 102.51 | 206.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 98 | 100 | 0 | 0.62 | 0.61 | 0 | 359.24 | 1 | 0.69 |
| Hex | FF | 62 | 64 | 0 | 3E | 3D | 0 | 167 | 64 | 45 |
| Octal | 377 | 142 | 144 | 0 | 76 | 75 | 0 | 547 | 144 | 105 |
| Binary | 11111111 | 1100010 | 1100100 | 0 | 111110 | 111101 | 0 | 101100111 | 1100100 | 1000101 |
Color Harmonies of #FF6264
Complementary color
Monochromatic Colors of #FF6264
Black with #FF6264
Text Example
Text Example
White with #FF6264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6264; }
p { color: rgb(255,98,100); }
H1.HeaderClassName
{
color: #FF6264;
}
.AnyTagClassName
{
color: #FF6264;
}
</style>
background-color css
<style>
a { background-color: #FF6264; }
a { background-color: rgb(255,98,100); }
div.DivClassName
{
background-color: #FF6264;
}
.BgClassName
{
background-color: #FF6264;
}
</style>
border-color css
<style>
span { border-color: #FF6264; }
span { border-color: rgb(255,98,100); }
td.TdClassName
{
border-color: #FF6264;
}
.TagClassName
{
border-color: #FF6264;
}
</style>