Shades of Wild Watermelon #FB6468
Tints of Wild Watermelon #FB6468
RGB
CMYK
RGB Variations
Color information
#FB6468 (or 0xFB6468) is known color: Wild Watermelon. HEX triplet: FB, 64 and 68. RGB value is (251,100,104). Sum of RGB (Red+Green+Blue) = 251+100+104=455 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.16% from 455); Green value is 100 (39.45% from 255 or 21.98% from 455); Blue value is 104 (41.02% from 255 or 22.86% from 455); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6468 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6468 is #049B97. Grayscale: #919191. Windows color (decimal): -301976 or 6841595. OLE color: 6841595.
HSL color Cylindrical-coordinate representation of color #FB6468: hue angle of 358.41º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FB6468 is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 100 | 104 | - |
| CMYK | 0 | 0.60 | 0.59 | 0.02 |
| HSL | 358.41º | 0.95% | 0.69% | - |
| HSV(B) | 358.41º | 0.6% | 0.98% | - |
| XYZ | 46.84 | 30.62 | 16.54 | - |
| YUV | 145.61 | 104.53 | 203.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 100 | 104 | 0 | 0.60 | 0.59 | 0.02 | 358.41 | 0.95 | 0.69 |
| Hex | FB | 64 | 68 | 0 | 3C | 3B | 2 | 166 | 5F | 45 |
| Octal | 373 | 144 | 150 | 0 | 74 | 73 | 2 | 546 | 137 | 105 |
| Binary | 11111011 | 1100100 | 1101000 | 0 | 111100 | 111011 | 10 | 101100110 | 1011111 | 1000101 |
Color Harmonies of #FB6468
Complementary color
Monochromatic Colors of #FB6468
Black with #FB6468
Text Example
Text Example
White with #FB6468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6468; }
p { color: rgb(251,100,104); }
H1.HeaderClassName
{
color: #FB6468;
}
.AnyTagClassName
{
color: #FB6468;
}
</style>
background-color css
<style>
a { background-color: #FB6468; }
a { background-color: rgb(251,100,104); }
div.DivClassName
{
background-color: #FB6468;
}
.BgClassName
{
background-color: #FB6468;
}
</style>
border-color css
<style>
span { border-color: #FB6468; }
span { border-color: rgb(251,100,104); }
td.TdClassName
{
border-color: #FB6468;
}
.TagClassName
{
border-color: #FB6468;
}
</style>