Shades of Wild Watermelon #FB6A70
Tints of Wild Watermelon #FB6A70
RGB
CMYK
RGB Variations
Color information
#FB6A70 (or 0xFB6A70) is known color: Wild Watermelon. HEX triplet: FB, 6A and 70. RGB value is (251,106,112). Sum of RGB (Red+Green+Blue) = 251+106+112=469 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.52% from 469); Green value is 106 (41.80% from 255 or 22.60% from 469); Blue value is 112 (44.14% from 255 or 23.88% from 469); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6A70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6A70 is #04958F. Grayscale: #969696. Windows color (decimal): -300432 or 7367419. OLE color: 7367419.
HSL color Cylindrical-coordinate representation of color #FB6A70: hue angle of 357.52º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FB6A70 is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 106 | 112 | - |
| CMYK | 0 | 0.58 | 0.55 | 0.02 |
| HSL | 357.52º | 0.95% | 0.7% | - |
| HSV(B) | 357.52º | 0.58% | 0.98% | - |
| XYZ | 47.86 | 31.99 | 18.98 | - |
| YUV | 150.04 | 106.54 | 200.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 106 | 112 | 0 | 0.58 | 0.55 | 0.02 | 357.52 | 0.95 | 0.7 |
| Hex | FB | 6A | 70 | 0 | 3A | 37 | 2 | 166 | 5F | 46 |
| Octal | 373 | 152 | 160 | 0 | 72 | 67 | 2 | 546 | 137 | 106 |
| Binary | 11111011 | 1101010 | 1110000 | 0 | 111010 | 110111 | 10 | 101100110 | 1011111 | 1000110 |
Color Harmonies of #FB6A70
Complementary color
Monochromatic Colors of #FB6A70
Black with #FB6A70
Text Example
Text Example
White with #FB6A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6A70; }
p { color: rgb(251,106,112); }
H1.HeaderClassName
{
color: #FB6A70;
}
.AnyTagClassName
{
color: #FB6A70;
}
</style>
background-color css
<style>
a { background-color: #FB6A70; }
a { background-color: rgb(251,106,112); }
div.DivClassName
{
background-color: #FB6A70;
}
.BgClassName
{
background-color: #FB6A70;
}
</style>
border-color css
<style>
span { border-color: #FB6A70; }
span { border-color: rgb(251,106,112); }
td.TdClassName
{
border-color: #FB6A70;
}
.TagClassName
{
border-color: #FB6A70;
}
</style>