Shades of Wild Watermelon #FE5269
Tints of Wild Watermelon #FE5269
RGB
CMYK
RGB Variations
Color information
#FE5269 (or 0xFE5269) is known color: Wild Watermelon. HEX triplet: FE, 52 and 69. RGB value is (254,82,105). Sum of RGB (Red+Green+Blue) = 254+82+105=441 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.60% from 441); Green value is 82 (32.42% from 255 or 18.59% from 441); Blue value is 105 (41.41% from 255 or 23.81% from 441); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5269 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5269 is #01AD96. Grayscale: #888888. Windows color (decimal): -109975 or 6902526. OLE color: 6902526.
HSL color Cylindrical-coordinate representation of color #FE5269: hue angle of 351.98º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FE5269 is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 82 | 105 | - |
| CMYK | 0 | 0.68 | 0.59 | 0.00 |
| HSL | 351.98º | 0.99% | 0.66% | - |
| HSV(B) | 351.98º | 0.68% | 1% | - |
| XYZ | 46.44 | 28.13 | 16.35 | - |
| YUV | 136.05 | 110.48 | 212.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 82 | 105 | 0 | 0.68 | 0.59 | 0.00 | 351.98 | 0.99 | 0.66 |
| Hex | FE | 52 | 69 | 0 | 44 | 3B | 0 | 160 | 63 | 42 |
| Octal | 376 | 122 | 151 | 0 | 104 | 73 | 0 | 540 | 143 | 102 |
| Binary | 11111110 | 1010010 | 1101001 | 0 | 1000100 | 111011 | 0 | 101100000 | 1100011 | 1000010 |
Color Harmonies of #FE5269
Complementary color
Monochromatic Colors of #FE5269
Black with #FE5269
Text Example
Text Example
White with #FE5269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5269; }
p { color: rgb(254,82,105); }
H1.HeaderClassName
{
color: #FE5269;
}
.AnyTagClassName
{
color: #FE5269;
}
</style>
background-color css
<style>
a { background-color: #FE5269; }
a { background-color: rgb(254,82,105); }
div.DivClassName
{
background-color: #FE5269;
}
.BgClassName
{
background-color: #FE5269;
}
</style>
border-color css
<style>
span { border-color: #FE5269; }
span { border-color: rgb(254,82,105); }
td.TdClassName
{
border-color: #FE5269;
}
.TagClassName
{
border-color: #FE5269;
}
</style>