Shades of Wild Watermelon #FB6574
Tints of Wild Watermelon #FB6574
RGB
CMYK
RGB Variations
Color information
#FB6574 (or 0xFB6574) is known color: Wild Watermelon. HEX triplet: FB, 65 and 74. RGB value is (251,101,116). Sum of RGB (Red+Green+Blue) = 251+101+116=468 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.63% from 468); Green value is 101 (39.84% from 255 or 21.58% from 468); Blue value is 116 (45.70% from 255 or 24.79% from 468); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6574 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6574 is #049A8B. Grayscale: #939393. Windows color (decimal): -301708 or 7628283. OLE color: 7628283.
HSL color Cylindrical-coordinate representation of color #FB6574: hue angle of 354º 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 #FB6574 is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 101 | 116 | - |
| CMYK | 0 | 0.60 | 0.54 | 0.02 |
| HSL | 354º | 0.95% | 0.69% | - |
| HSV(B) | 354º | 0.6% | 0.98% | - |
| XYZ | 47.59 | 31.08 | 20.01 | - |
| YUV | 147.56 | 110.2 | 201.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 101 | 116 | 0 | 0.60 | 0.54 | 0.02 | 354 | 0.95 | 0.69 |
| Hex | FB | 65 | 74 | 0 | 3C | 36 | 2 | 162 | 5F | 45 |
| Octal | 373 | 145 | 164 | 0 | 74 | 66 | 2 | 542 | 137 | 105 |
| Binary | 11111011 | 1100101 | 1110100 | 0 | 111100 | 110110 | 10 | 101100010 | 1011111 | 1000101 |
Color Harmonies of #FB6574
Complementary color
Monochromatic Colors of #FB6574
Black with #FB6574
Text Example
Text Example
White with #FB6574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6574; }
p { color: rgb(251,101,116); }
H1.HeaderClassName
{
color: #FB6574;
}
.AnyTagClassName
{
color: #FB6574;
}
</style>
background-color css
<style>
a { background-color: #FB6574; }
a { background-color: rgb(251,101,116); }
div.DivClassName
{
background-color: #FB6574;
}
.BgClassName
{
background-color: #FB6574;
}
</style>
border-color css
<style>
span { border-color: #FB6574; }
span { border-color: rgb(251,101,116); }
td.TdClassName
{
border-color: #FB6574;
}
.TagClassName
{
border-color: #FB6574;
}
</style>