Shades of Wild Watermelon #FE5268
Tints of Wild Watermelon #FE5268
RGB
CMYK
RGB Variations
Color information
#FE5268 (or 0xFE5268) is known color: Wild Watermelon. HEX triplet: FE, 52 and 68. RGB value is (254,82,104). Sum of RGB (Red+Green+Blue) = 254+82+104=440 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.73% from 440); Green value is 82 (32.42% from 255 or 18.64% from 440); Blue value is 104 (41.02% from 255 or 23.64% from 440); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5268 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5268 is #01AD97. Grayscale: #888888. Windows color (decimal): -109976 or 6836990. OLE color: 6836990.
HSL color Cylindrical-coordinate representation of color #FE5268: hue angle of 352.33º 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 #FE5268 is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 82 | 104 | - |
| CMYK | 0 | 0.68 | 0.59 | 0.00 |
| HSL | 352.33º | 0.99% | 0.66% | - |
| HSV(B) | 352.33º | 0.68% | 1% | - |
| XYZ | 46.39 | 28.1 | 16.08 | - |
| YUV | 135.94 | 109.98 | 212.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 82 | 104 | 0 | 0.68 | 0.59 | 0.00 | 352.33 | 0.99 | 0.66 |
| Hex | FE | 52 | 68 | 0 | 44 | 3B | 0 | 160 | 63 | 42 |
| Octal | 376 | 122 | 150 | 0 | 104 | 73 | 0 | 540 | 143 | 102 |
| Binary | 11111110 | 1010010 | 1101000 | 0 | 1000100 | 111011 | 0 | 101100000 | 1100011 | 1000010 |
Color Harmonies of #FE5268
Complementary color
Monochromatic Colors of #FE5268
Black with #FE5268
Text Example
Text Example
White with #FE5268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5268; }
p { color: rgb(254,82,104); }
H1.HeaderClassName
{
color: #FE5268;
}
.AnyTagClassName
{
color: #FE5268;
}
</style>
background-color css
<style>
a { background-color: #FE5268; }
a { background-color: rgb(254,82,104); }
div.DivClassName
{
background-color: #FE5268;
}
.BgClassName
{
background-color: #FE5268;
}
</style>
border-color css
<style>
span { border-color: #FE5268; }
span { border-color: rgb(254,82,104); }
td.TdClassName
{
border-color: #FE5268;
}
.TagClassName
{
border-color: #FE5268;
}
</style>