Shades of Wild Watermelon #FE5D6B
Tints of Wild Watermelon #FE5D6B
RGB
CMYK
RGB Variations
Color information
#FE5D6B (or 0xFE5D6B) is known color: Wild Watermelon. HEX triplet: FE, 5D and 6B. RGB value is (254,93,107). Sum of RGB (Red+Green+Blue) = 254+93+107=454 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.95% from 454); Green value is 93 (36.72% from 255 or 20.48% from 454); Blue value is 107 (42.19% from 255 or 23.57% from 454); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5D6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5D6B is #01A294. Grayscale: #8E8E8E. Windows color (decimal): -107157 or 7036414. OLE color: 7036414.
HSL color Cylindrical-coordinate representation of color #FE5D6B: hue angle of 354.78º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FE5D6B is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 93 | 107 | - |
| CMYK | 0 | 0.63 | 0.58 | 0.00 |
| HSL | 354.78º | 0.99% | 0.68% | - |
| HSV(B) | 354.78º | 0.63% | 1% | - |
| XYZ | 47.44 | 29.96 | 17.19 | - |
| YUV | 142.74 | 107.84 | 207.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 93 | 107 | 0 | 0.63 | 0.58 | 0.00 | 354.78 | 0.99 | 0.68 |
| Hex | FE | 5D | 6B | 0 | 3F | 3A | 0 | 163 | 63 | 44 |
| Octal | 376 | 135 | 153 | 0 | 77 | 72 | 0 | 543 | 143 | 104 |
| Binary | 11111110 | 1011101 | 1101011 | 0 | 111111 | 111010 | 0 | 101100011 | 1100011 | 1000100 |
Color Harmonies of #FE5D6B
Complementary color
Monochromatic Colors of #FE5D6B
Black with #FE5D6B
Text Example
Text Example
White with #FE5D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5D6B; }
p { color: rgb(254,93,107); }
H1.HeaderClassName
{
color: #FE5D6B;
}
.AnyTagClassName
{
color: #FE5D6B;
}
</style>
background-color css
<style>
a { background-color: #FE5D6B; }
a { background-color: rgb(254,93,107); }
div.DivClassName
{
background-color: #FE5D6B;
}
.BgClassName
{
background-color: #FE5D6B;
}
</style>
border-color css
<style>
span { border-color: #FE5D6B; }
span { border-color: rgb(254,93,107); }
td.TdClassName
{
border-color: #FE5D6B;
}
.TagClassName
{
border-color: #FE5D6B;
}
</style>