Shades of Wild Watermelon #FD525C
Tints of Wild Watermelon #FD525C
RGB
CMYK
RGB Variations
Color information
#FD525C (or 0xFD525C) is known color: Wild Watermelon. HEX triplet: FD, 52 and 5C. RGB value is (253,82,92). Sum of RGB (Red+Green+Blue) = 253+82+92=427 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.25% from 427); Green value is 82 (32.42% from 255 or 19.20% from 427); Blue value is 92 (36.33% from 255 or 21.55% from 427); Max value from RGB is 253 - color contains mainly: red. Hex color #FD525C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD525C is #02ADA3. Grayscale: #868686. Windows color (decimal): -175524 or 6050557. OLE color: 6050557.
HSL color Cylindrical-coordinate representation of color #FD525C: hue angle of 356.49º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FD525C is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 82 | 92 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.01 |
| HSL | 356.49º | 0.98% | 0.66% | - |
| HSV(B) | 356.49º | 0.68% | 0.99% | - |
| XYZ | 45.46 | 27.69 | 13.07 | - |
| YUV | 134.27 | 104.15 | 212.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 82 | 92 | 0 | 0.68 | 0.64 | 0.01 | 356.49 | 0.98 | 0.66 |
| Hex | FD | 52 | 5C | 0 | 44 | 40 | 1 | 164 | 62 | 42 |
| Octal | 375 | 122 | 134 | 0 | 104 | 100 | 1 | 544 | 142 | 102 |
| Binary | 11111101 | 1010010 | 1011100 | 0 | 1000100 | 1000000 | 1 | 101100100 | 1100010 | 1000010 |
Color Harmonies of #FD525C
Complementary color
Monochromatic Colors of #FD525C
Black with #FD525C
Text Example
Text Example
White with #FD525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD525C; }
p { color: rgb(253,82,92); }
H1.HeaderClassName
{
color: #FD525C;
}
.AnyTagClassName
{
color: #FD525C;
}
</style>
background-color css
<style>
a { background-color: #FD525C; }
a { background-color: rgb(253,82,92); }
div.DivClassName
{
background-color: #FD525C;
}
.BgClassName
{
background-color: #FD525C;
}
</style>
border-color css
<style>
span { border-color: #FD525C; }
span { border-color: rgb(253,82,92); }
td.TdClassName
{
border-color: #FD525C;
}
.TagClassName
{
border-color: #FD525C;
}
</style>