Shades of Wild Strawberry #FC268A
Tints of Wild Strawberry #FC268A
RGB
CMYK
RGB Variations
Color information
#FC268A (or 0xFC268A) is known color: Wild Strawberry. HEX triplet: FC, 26 and 8A. RGB value is (252,38,138). Sum of RGB (Red+Green+Blue) = 252+38+138=428 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.88% from 428); Green value is 38 (15.23% from 255 or 8.88% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 252 - color contains mainly: red. Hex color #FC268A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC268A is #03D975. Grayscale: #717171. Windows color (decimal): -252278 or 9053948. OLE color: 9053948.
HSL color Cylindrical-coordinate representation of color #FC268A: hue angle of 331.96º 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 #FC268A is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 38 | 138 | - |
| CMYK | 0 | 0.85 | 0.45 | 0.01 |
| HSL | 331.96º | 0.97% | 0.57% | - |
| HSV(B) | 331.96º | 0.85% | 0.99% | - |
| XYZ | 45.43 | 23.92 | 26.27 | - |
| YUV | 113.39 | 141.9 | 226.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 38 | 138 | 0 | 0.85 | 0.45 | 0.01 | 331.96 | 0.97 | 0.57 |
| Hex | FC | 26 | 8A | 0 | 55 | 2D | 1 | 14C | 61 | 39 |
| Octal | 374 | 46 | 212 | 0 | 125 | 55 | 1 | 514 | 141 | 71 |
| Binary | 11111100 | 100110 | 10001010 | 0 | 1010101 | 101101 | 1 | 101001100 | 1100001 | 111001 |
Color Harmonies of #FC268A
Complementary color
Monochromatic Colors of #FC268A
Black with #FC268A
Text Example
Text Example
White with #FC268A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC268A; }
p { color: rgb(252,38,138); }
H1.HeaderClassName
{
color: #FC268A;
}
.AnyTagClassName
{
color: #FC268A;
}
</style>
background-color css
<style>
a { background-color: #FC268A; }
a { background-color: rgb(252,38,138); }
div.DivClassName
{
background-color: #FC268A;
}
.BgClassName
{
background-color: #FC268A;
}
</style>
border-color css
<style>
span { border-color: #FC268A; }
span { border-color: rgb(252,38,138); }
td.TdClassName
{
border-color: #FC268A;
}
.TagClassName
{
border-color: #FC268A;
}
</style>