Shades of Wild Strawberry #FD268A
Tints of Wild Strawberry #FD268A
RGB
CMYK
RGB Variations
Color information
#FD268A (or 0xFD268A) is known color: Wild Strawberry. HEX triplet: FD, 26 and 8A. RGB value is (253,38,138). Sum of RGB (Red+Green+Blue) = 253+38+138=429 (56% of max value = 765). Red value is 253 (99.22% from 255 or 58.97% from 429); Green value is 38 (15.23% from 255 or 8.86% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 253 - color contains mainly: red. Hex color #FD268A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD268A is #02D975. Grayscale: #717171. Windows color (decimal): -186742 or 9053949. OLE color: 9053949.
HSL color Cylindrical-coordinate representation of color #FD268A: hue angle of 332.09º 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 #FD268A is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 38 | 138 | - |
| CMYK | 0 | 0.85 | 0.45 | 0.01 |
| HSL | 332.09º | 0.98% | 0.57% | - |
| HSV(B) | 332.09º | 0.85% | 0.99% | - |
| XYZ | 45.79 | 24.1 | 26.28 | - |
| YUV | 113.69 | 141.73 | 227.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 38 | 138 | 0 | 0.85 | 0.45 | 0.01 | 332.09 | 0.98 | 0.57 |
| Hex | FD | 26 | 8A | 0 | 55 | 2D | 1 | 14C | 62 | 39 |
| Octal | 375 | 46 | 212 | 0 | 125 | 55 | 1 | 514 | 142 | 71 |
| Binary | 11111101 | 100110 | 10001010 | 0 | 1010101 | 101101 | 1 | 101001100 | 1100010 | 111001 |
Color Harmonies of #FD268A
Complementary color
Monochromatic Colors of #FD268A
Black with #FD268A
Text Example
Text Example
White with #FD268A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD268A; }
p { color: rgb(253,38,138); }
H1.HeaderClassName
{
color: #FD268A;
}
.AnyTagClassName
{
color: #FD268A;
}
</style>
background-color css
<style>
a { background-color: #FD268A; }
a { background-color: rgb(253,38,138); }
div.DivClassName
{
background-color: #FD268A;
}
.BgClassName
{
background-color: #FD268A;
}
</style>
border-color css
<style>
span { border-color: #FD268A; }
span { border-color: rgb(253,38,138); }
td.TdClassName
{
border-color: #FD268A;
}
.TagClassName
{
border-color: #FD268A;
}
</style>