Shades of Wild Strawberry #FC308A
Tints of Wild Strawberry #FC308A
RGB
CMYK
RGB Variations
Color information
#FC308A (or 0xFC308A) is known color: Wild Strawberry. HEX triplet: FC, 30 and 8A. RGB value is (252,48,138). Sum of RGB (Red+Green+Blue) = 252+48+138=438 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.53% from 438); Green value is 48 (19.14% from 255 or 10.96% from 438); Blue value is 138 (54.30% from 255 or 31.51% from 438); Max value from RGB is 252 - color contains mainly: red. Hex color #FC308A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC308A is #03CF75. Grayscale: #777777. Windows color (decimal): -249718 or 9056508. OLE color: 9056508.
HSL color Cylindrical-coordinate representation of color #FC308A: hue angle of 333.53º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FC308A is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 48 | 138 | - |
| CMYK | 0 | 0.81 | 0.45 | 0.01 |
| HSL | 333.53º | 0.97% | 0.59% | - |
| HSV(B) | 333.53º | 0.81% | 0.99% | - |
| XYZ | 45.79 | 24.64 | 26.39 | - |
| YUV | 119.26 | 138.59 | 222.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 48 | 138 | 0 | 0.81 | 0.45 | 0.01 | 333.53 | 0.97 | 0.59 |
| Hex | FC | 30 | 8A | 0 | 51 | 2D | 1 | 14E | 61 | 3B |
| Octal | 374 | 60 | 212 | 0 | 121 | 55 | 1 | 516 | 141 | 73 |
| Binary | 11111100 | 110000 | 10001010 | 0 | 1010001 | 101101 | 1 | 101001110 | 1100001 | 111011 |
Color Harmonies of #FC308A
Complementary color
Monochromatic Colors of #FC308A
Black with #FC308A
Text Example
Text Example
White with #FC308A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC308A; }
p { color: rgb(252,48,138); }
H1.HeaderClassName
{
color: #FC308A;
}
.AnyTagClassName
{
color: #FC308A;
}
</style>
background-color css
<style>
a { background-color: #FC308A; }
a { background-color: rgb(252,48,138); }
div.DivClassName
{
background-color: #FC308A;
}
.BgClassName
{
background-color: #FC308A;
}
</style>
border-color css
<style>
span { border-color: #FC308A; }
span { border-color: rgb(252,48,138); }
td.TdClassName
{
border-color: #FC308A;
}
.TagClassName
{
border-color: #FC308A;
}
</style>