Shades of Wild Strawberry #FD2F9C
Tints of Wild Strawberry #FD2F9C
RGB
CMYK
RGB Variations
Color information
#FD2F9C (or 0xFD2F9C) is known color: Wild Strawberry. HEX triplet: FD, 2F and 9C. RGB value is (253,47,156). Sum of RGB (Red+Green+Blue) = 253+47+156=456 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.48% from 456); Green value is 47 (18.75% from 255 or 10.31% from 456); Blue value is 156 (61.33% from 255 or 34.21% from 456); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2F9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2F9C is #02D063. Grayscale: #787878. Windows color (decimal): -184420 or 10235901. OLE color: 10235901.
HSL color Cylindrical-coordinate representation of color #FD2F9C: hue angle of 328.25º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FD2F9C is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 47 | 156 | - |
| CMYK | 0 | 0.81 | 0.38 | 0.01 |
| HSL | 328.25º | 0.98% | 0.59% | - |
| HSV(B) | 328.25º | 0.81% | 0.99% | - |
| XYZ | 47.53 | 25.32 | 33.83 | - |
| YUV | 121.02 | 147.75 | 222.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 47 | 156 | 0 | 0.81 | 0.38 | 0.01 | 328.25 | 0.98 | 0.59 |
| Hex | FD | 2F | 9C | 0 | 51 | 26 | 1 | 148 | 62 | 3B |
| Octal | 375 | 57 | 234 | 0 | 121 | 46 | 1 | 510 | 142 | 73 |
| Binary | 11111101 | 101111 | 10011100 | 0 | 1010001 | 100110 | 1 | 101001000 | 1100010 | 111011 |
Color Harmonies of #FD2F9C
Complementary color
Monochromatic Colors of #FD2F9C
Black with #FD2F9C
Text Example
Text Example
White with #FD2F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2F9C; }
p { color: rgb(253,47,156); }
H1.HeaderClassName
{
color: #FD2F9C;
}
.AnyTagClassName
{
color: #FD2F9C;
}
</style>
background-color css
<style>
a { background-color: #FD2F9C; }
a { background-color: rgb(253,47,156); }
div.DivClassName
{
background-color: #FD2F9C;
}
.BgClassName
{
background-color: #FD2F9C;
}
</style>
border-color css
<style>
span { border-color: #FD2F9C; }
span { border-color: rgb(253,47,156); }
td.TdClassName
{
border-color: #FD2F9C;
}
.TagClassName
{
border-color: #FD2F9C;
}
</style>