Shades of Wild Watermelon #FE4B6C
Tints of Wild Watermelon #FE4B6C
RGB
CMYK
RGB Variations
Color information
#FE4B6C (or 0xFE4B6C) is known color: Wild Watermelon. HEX triplet: FE, 4B and 6C. RGB value is (254,75,108). Sum of RGB (Red+Green+Blue) = 254+75+108=437 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.12% from 437); Green value is 75 (29.69% from 255 or 17.16% from 437); Blue value is 108 (42.58% from 255 or 24.71% from 437); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4B6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4B6C is #01B493. Grayscale: #848484. Windows color (decimal): -111764 or 7097342. OLE color: 7097342.
HSL color Cylindrical-coordinate representation of color #FE4B6C: hue angle of 348.94º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE4B6C is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 75 | 108 | - |
| CMYK | 0 | 0.70 | 0.57 | 0.00 |
| HSL | 348.94º | 0.99% | 0.65% | - |
| HSV(B) | 348.94º | 0.7% | 1% | - |
| XYZ | 46.1 | 27.19 | 17.01 | - |
| YUV | 132.28 | 114.3 | 214.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 75 | 108 | 0 | 0.70 | 0.57 | 0.00 | 348.94 | 0.99 | 0.65 |
| Hex | FE | 4B | 6C | 0 | 46 | 39 | 0 | 15D | 63 | 41 |
| Octal | 376 | 113 | 154 | 0 | 106 | 71 | 0 | 535 | 143 | 101 |
| Binary | 11111110 | 1001011 | 1101100 | 0 | 1000110 | 111001 | 0 | 101011101 | 1100011 | 1000001 |
Color Harmonies of #FE4B6C
Complementary color
Monochromatic Colors of #FE4B6C
Black with #FE4B6C
Text Example
Text Example
White with #FE4B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4B6C; }
p { color: rgb(254,75,108); }
H1.HeaderClassName
{
color: #FE4B6C;
}
.AnyTagClassName
{
color: #FE4B6C;
}
</style>
background-color css
<style>
a { background-color: #FE4B6C; }
a { background-color: rgb(254,75,108); }
div.DivClassName
{
background-color: #FE4B6C;
}
.BgClassName
{
background-color: #FE4B6C;
}
</style>
border-color css
<style>
span { border-color: #FE4B6C; }
span { border-color: rgb(254,75,108); }
td.TdClassName
{
border-color: #FE4B6C;
}
.TagClassName
{
border-color: #FE4B6C;
}
</style>