Shades of Wild Strawberry #FD2792
Tints of Wild Strawberry #FD2792
RGB
CMYK
RGB Variations
Color information
#FD2792 (or 0xFD2792) is known color: Wild Strawberry. HEX triplet: FD, 27 and 92. RGB value is (253,39,146). Sum of RGB (Red+Green+Blue) = 253+39+146=438 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.76% from 438); Green value is 39 (15.62% from 255 or 8.90% from 438); Blue value is 146 (57.42% from 255 or 33.33% from 438); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2792 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2792 is #02D86D. Grayscale: #727272. Windows color (decimal): -186478 or 9578493. OLE color: 9578493.
HSL color Cylindrical-coordinate representation of color #FD2792: hue angle of 330º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FD2792 is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 39 | 146 | - |
| CMYK | 0 | 0.85 | 0.42 | 0.01 |
| HSL | 330º | 0.98% | 0.57% | - |
| HSV(B) | 330º | 0.85% | 0.99% | - |
| XYZ | 46.42 | 24.41 | 29.46 | - |
| YUV | 115.18 | 145.4 | 226.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 39 | 146 | 0 | 0.85 | 0.42 | 0.01 | 330 | 0.98 | 0.57 |
| Hex | FD | 27 | 92 | 0 | 55 | 2A | 1 | 14A | 62 | 39 |
| Octal | 375 | 47 | 222 | 0 | 125 | 52 | 1 | 512 | 142 | 71 |
| Binary | 11111101 | 100111 | 10010010 | 0 | 1010101 | 101010 | 1 | 101001010 | 1100010 | 111001 |
Color Harmonies of #FD2792
Complementary color
Monochromatic Colors of #FD2792
Black with #FD2792
Text Example
Text Example
White with #FD2792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2792; }
p { color: rgb(253,39,146); }
H1.HeaderClassName
{
color: #FD2792;
}
.AnyTagClassName
{
color: #FD2792;
}
</style>
background-color css
<style>
a { background-color: #FD2792; }
a { background-color: rgb(253,39,146); }
div.DivClassName
{
background-color: #FD2792;
}
.BgClassName
{
background-color: #FD2792;
}
</style>
border-color css
<style>
span { border-color: #FD2792; }
span { border-color: rgb(253,39,146); }
td.TdClassName
{
border-color: #FD2792;
}
.TagClassName
{
border-color: #FD2792;
}
</style>