Shades of Wild Watermelon #FB4F7B
Tints of Wild Watermelon #FB4F7B
RGB
CMYK
RGB Variations
Color information
#FB4F7B (or 0xFB4F7B) is known color: Wild Watermelon. HEX triplet: FB, 4F and 7B. RGB value is (251,79,123). Sum of RGB (Red+Green+Blue) = 251+79+123=453 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.41% from 453); Green value is 79 (31.25% from 255 or 17.44% from 453); Blue value is 123 (48.44% from 255 or 27.15% from 453); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4F7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB4F7B is #04B084. Grayscale: #878787. Windows color (decimal): -307333 or 8081403. OLE color: 8081403.
HSL color Cylindrical-coordinate representation of color #FB4F7B: hue angle of 344.65º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FB4F7B is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 79 | 123 | - |
| CMYK | 0 | 0.69 | 0.51 | 0.02 |
| HSL | 344.65º | 0.96% | 0.65% | - |
| HSV(B) | 344.65º | 0.69% | 0.98% | - |
| XYZ | 46.15 | 27.53 | 21.62 | - |
| YUV | 135.44 | 120.98 | 210.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 79 | 123 | 0 | 0.69 | 0.51 | 0.02 | 344.65 | 0.96 | 0.65 |
| Hex | FB | 4F | 7B | 0 | 45 | 33 | 2 | 159 | 60 | 41 |
| Octal | 373 | 117 | 173 | 0 | 105 | 63 | 2 | 531 | 140 | 101 |
| Binary | 11111011 | 1001111 | 1111011 | 0 | 1000101 | 110011 | 10 | 101011001 | 1100000 | 1000001 |
Color Harmonies of #FB4F7B
Complementary color
Monochromatic Colors of #FB4F7B
Black with #FB4F7B
Text Example
Text Example
White with #FB4F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4F7B; }
p { color: rgb(251,79,123); }
H1.HeaderClassName
{
color: #FB4F7B;
}
.AnyTagClassName
{
color: #FB4F7B;
}
</style>
background-color css
<style>
a { background-color: #FB4F7B; }
a { background-color: rgb(251,79,123); }
div.DivClassName
{
background-color: #FB4F7B;
}
.BgClassName
{
background-color: #FB4F7B;
}
</style>
border-color css
<style>
span { border-color: #FB4F7B; }
span { border-color: rgb(251,79,123); }
td.TdClassName
{
border-color: #FB4F7B;
}
.TagClassName
{
border-color: #FB4F7B;
}
</style>