Shades of Wild Strawberry #FC268D
Tints of Wild Strawberry #FC268D
RGB
CMYK
RGB Variations
Color information
#FC268D (or 0xFC268D) is known color: Wild Strawberry. HEX triplet: FC, 26 and 8D. RGB value is (252,38,141). Sum of RGB (Red+Green+Blue) = 252+38+141=431 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.47% from 431); Green value is 38 (15.23% from 255 or 8.82% from 431); Blue value is 141 (55.47% from 255 or 32.71% from 431); Max value from RGB is 252 - color contains mainly: red. Hex color #FC268D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC268D is #03D972. Grayscale: #717171. Windows color (decimal): -252275 or 9250556. OLE color: 9250556.
HSL color Cylindrical-coordinate representation of color #FC268D: hue angle of 331.12º degrees, saturation: 0.97, 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 #FC268D is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 38 | 141 | - |
| CMYK | 0 | 0.85 | 0.44 | 0.01 |
| HSL | 331.12º | 0.97% | 0.57% | - |
| HSV(B) | 331.12º | 0.85% | 0.99% | - |
| XYZ | 45.65 | 24 | 27.43 | - |
| YUV | 113.73 | 143.4 | 226.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 38 | 141 | 0 | 0.85 | 0.44 | 0.01 | 331.12 | 0.97 | 0.57 |
| Hex | FC | 26 | 8D | 0 | 55 | 2C | 1 | 14B | 61 | 39 |
| Octal | 374 | 46 | 215 | 0 | 125 | 54 | 1 | 513 | 141 | 71 |
| Binary | 11111100 | 100110 | 10001101 | 0 | 1010101 | 101100 | 1 | 101001011 | 1100001 | 111001 |
Color Harmonies of #FC268D
Complementary color
Monochromatic Colors of #FC268D
Black with #FC268D
Text Example
Text Example
White with #FC268D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC268D; }
p { color: rgb(252,38,141); }
H1.HeaderClassName
{
color: #FC268D;
}
.AnyTagClassName
{
color: #FC268D;
}
</style>
background-color css
<style>
a { background-color: #FC268D; }
a { background-color: rgb(252,38,141); }
div.DivClassName
{
background-color: #FC268D;
}
.BgClassName
{
background-color: #FC268D;
}
</style>
border-color css
<style>
span { border-color: #FC268D; }
span { border-color: rgb(252,38,141); }
td.TdClassName
{
border-color: #FC268D;
}
.TagClassName
{
border-color: #FC268D;
}
</style>