Shades of Wild Watermelon #FB5369
Tints of Wild Watermelon #FB5369
RGB
CMYK
RGB Variations
Color information
#FB5369 (or 0xFB5369) is known color: Wild Watermelon. HEX triplet: FB, 53 and 69. RGB value is (251,83,105). Sum of RGB (Red+Green+Blue) = 251+83+105=439 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.18% from 439); Green value is 83 (32.81% from 255 or 18.91% from 439); Blue value is 105 (41.41% from 255 or 23.92% from 439); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5369 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5369 is #04AC96. Grayscale: #878787. Windows color (decimal): -306327 or 6902779. OLE color: 6902779.
HSL color Cylindrical-coordinate representation of color #FB5369: hue angle of 352.14º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FB5369 is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 83 | 105 | - |
| CMYK | 0 | 0.67 | 0.58 | 0.02 |
| HSL | 352.14º | 0.95% | 0.65% | - |
| HSV(B) | 352.14º | 0.67% | 0.98% | - |
| XYZ | 45.43 | 27.72 | 16.32 | - |
| YUV | 135.74 | 110.66 | 210.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 83 | 105 | 0 | 0.67 | 0.58 | 0.02 | 352.14 | 0.95 | 0.65 |
| Hex | FB | 53 | 69 | 0 | 43 | 3A | 2 | 160 | 5F | 41 |
| Octal | 373 | 123 | 151 | 0 | 103 | 72 | 2 | 540 | 137 | 101 |
| Binary | 11111011 | 1010011 | 1101001 | 0 | 1000011 | 111010 | 10 | 101100000 | 1011111 | 1000001 |
Color Harmonies of #FB5369
Complementary color
Monochromatic Colors of #FB5369
Black with #FB5369
Text Example
Text Example
White with #FB5369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5369; }
p { color: rgb(251,83,105); }
H1.HeaderClassName
{
color: #FB5369;
}
.AnyTagClassName
{
color: #FB5369;
}
</style>
background-color css
<style>
a { background-color: #FB5369; }
a { background-color: rgb(251,83,105); }
div.DivClassName
{
background-color: #FB5369;
}
.BgClassName
{
background-color: #FB5369;
}
</style>
border-color css
<style>
span { border-color: #FB5369; }
span { border-color: rgb(251,83,105); }
td.TdClassName
{
border-color: #FB5369;
}
.TagClassName
{
border-color: #FB5369;
}
</style>