Shades of Wild Strawberry #FD268C
Tints of Wild Strawberry #FD268C
RGB
CMYK
RGB Variations
Color information
#FD268C (or 0xFD268C) is known color: Wild Strawberry. HEX triplet: FD, 26 and 8C. RGB value is (253,38,140). Sum of RGB (Red+Green+Blue) = 253+38+140=431 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.70% from 431); Green value is 38 (15.23% from 255 or 8.82% from 431); Blue value is 140 (55.08% from 255 or 32.48% from 431); Max value from RGB is 253 - color contains mainly: red. Hex color #FD268C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD268C is #02D973. Grayscale: #717171. Windows color (decimal): -186740 or 9185021. OLE color: 9185021.
HSL color Cylindrical-coordinate representation of color #FD268C: hue angle of 331.53º 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 #FD268C is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 38 | 140 | - |
| CMYK | 0 | 0.85 | 0.45 | 0.01 |
| HSL | 331.53º | 0.98% | 0.57% | - |
| HSV(B) | 331.53º | 0.85% | 0.99% | - |
| XYZ | 45.93 | 24.16 | 27.05 | - |
| YUV | 113.91 | 142.73 | 227.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 38 | 140 | 0 | 0.85 | 0.45 | 0.01 | 331.53 | 0.98 | 0.57 |
| Hex | FD | 26 | 8C | 0 | 55 | 2D | 1 | 14C | 62 | 39 |
| Octal | 375 | 46 | 214 | 0 | 125 | 55 | 1 | 514 | 142 | 71 |
| Binary | 11111101 | 100110 | 10001100 | 0 | 1010101 | 101101 | 1 | 101001100 | 1100010 | 111001 |
Color Harmonies of #FD268C
Complementary color
Monochromatic Colors of #FD268C
Black with #FD268C
Text Example
Text Example
White with #FD268C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD268C; }
p { color: rgb(253,38,140); }
H1.HeaderClassName
{
color: #FD268C;
}
.AnyTagClassName
{
color: #FD268C;
}
</style>
background-color css
<style>
a { background-color: #FD268C; }
a { background-color: rgb(253,38,140); }
div.DivClassName
{
background-color: #FD268C;
}
.BgClassName
{
background-color: #FD268C;
}
</style>
border-color css
<style>
span { border-color: #FD268C; }
span { border-color: rgb(253,38,140); }
td.TdClassName
{
border-color: #FD268C;
}
.TagClassName
{
border-color: #FD268C;
}
</style>