Shades of Wild Strawberry #FC268F
Tints of Wild Strawberry #FC268F
RGB
CMYK
RGB Variations
Color information
#FC268F (or 0xFC268F) is known color: Wild Strawberry. HEX triplet: FC, 26 and 8F. RGB value is (252,38,143). Sum of RGB (Red+Green+Blue) = 252+38+143=433 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.20% from 433); Green value is 38 (15.23% from 255 or 8.78% from 433); Blue value is 143 (56.25% from 255 or 33.03% from 433); Max value from RGB is 252 - color contains mainly: red. Hex color #FC268F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC268F is #03D970. Grayscale: #717171. Windows color (decimal): -252273 or 9381628. OLE color: 9381628.
HSL color Cylindrical-coordinate representation of color #FC268F: hue angle of 330.56º 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 #FC268F is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 38 | 143 | - |
| CMYK | 0 | 0.85 | 0.43 | 0.01 |
| HSL | 330.56º | 0.97% | 0.57% | - |
| HSV(B) | 330.56º | 0.85% | 0.99% | - |
| XYZ | 45.8 | 24.06 | 28.22 | - |
| YUV | 113.96 | 144.4 | 226.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 38 | 143 | 0 | 0.85 | 0.43 | 0.01 | 330.56 | 0.97 | 0.57 |
| Hex | FC | 26 | 8F | 0 | 55 | 2B | 1 | 14B | 61 | 39 |
| Octal | 374 | 46 | 217 | 0 | 125 | 53 | 1 | 513 | 141 | 71 |
| Binary | 11111100 | 100110 | 10001111 | 0 | 1010101 | 101011 | 1 | 101001011 | 1100001 | 111001 |
Color Harmonies of #FC268F
Complementary color
Monochromatic Colors of #FC268F
Black with #FC268F
Text Example
Text Example
White with #FC268F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC268F; }
p { color: rgb(252,38,143); }
H1.HeaderClassName
{
color: #FC268F;
}
.AnyTagClassName
{
color: #FC268F;
}
</style>
background-color css
<style>
a { background-color: #FC268F; }
a { background-color: rgb(252,38,143); }
div.DivClassName
{
background-color: #FC268F;
}
.BgClassName
{
background-color: #FC268F;
}
</style>
border-color css
<style>
span { border-color: #FC268F; }
span { border-color: rgb(252,38,143); }
td.TdClassName
{
border-color: #FC268F;
}
.TagClassName
{
border-color: #FC268F;
}
</style>