Shades of Wild Strawberry #FC278B
Tints of Wild Strawberry #FC278B
RGB
CMYK
RGB Variations
Color information
#FC278B (or 0xFC278B) is known color: Wild Strawberry. HEX triplet: FC, 27 and 8B. RGB value is (252,39,139). Sum of RGB (Red+Green+Blue) = 252+39+139=430 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.60% from 430); Green value is 39 (15.62% from 255 or 9.07% from 430); Blue value is 139 (54.69% from 255 or 32.33% from 430); Max value from RGB is 252 - color contains mainly: red. Hex color #FC278B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC278B is #03D874. Grayscale: #717171. Windows color (decimal): -252021 or 9119740. OLE color: 9119740.
HSL color Cylindrical-coordinate representation of color #FC278B: hue angle of 331.83º 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 #FC278B is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 39 | 139 | - |
| CMYK | 0 | 0.85 | 0.45 | 0.01 |
| HSL | 331.83º | 0.97% | 0.57% | - |
| HSV(B) | 331.83º | 0.85% | 0.99% | - |
| XYZ | 45.53 | 24.01 | 26.66 | - |
| YUV | 114.09 | 142.07 | 226.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 39 | 139 | 0 | 0.85 | 0.45 | 0.01 | 331.83 | 0.97 | 0.57 |
| Hex | FC | 27 | 8B | 0 | 55 | 2D | 1 | 14C | 61 | 39 |
| Octal | 374 | 47 | 213 | 0 | 125 | 55 | 1 | 514 | 141 | 71 |
| Binary | 11111100 | 100111 | 10001011 | 0 | 1010101 | 101101 | 1 | 101001100 | 1100001 | 111001 |
Color Harmonies of #FC278B
Complementary color
Monochromatic Colors of #FC278B
Black with #FC278B
Text Example
Text Example
White with #FC278B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC278B; }
p { color: rgb(252,39,139); }
H1.HeaderClassName
{
color: #FC278B;
}
.AnyTagClassName
{
color: #FC278B;
}
</style>
background-color css
<style>
a { background-color: #FC278B; }
a { background-color: rgb(252,39,139); }
div.DivClassName
{
background-color: #FC278B;
}
.BgClassName
{
background-color: #FC278B;
}
</style>
border-color css
<style>
span { border-color: #FC278B; }
span { border-color: rgb(252,39,139); }
td.TdClassName
{
border-color: #FC278B;
}
.TagClassName
{
border-color: #FC278B;
}
</style>