Shades of Wild Strawberry #FC419A
Tints of Wild Strawberry #FC419A
RGB
CMYK
RGB Variations
Color information
#FC419A (or 0xFC419A) is known color: Wild Strawberry. HEX triplet: FC, 41 and 9A. RGB value is (252,65,154). Sum of RGB (Red+Green+Blue) = 252+65+154=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 65 (25.78% from 255 or 13.80% from 471); Blue value is 154 (60.55% from 255 or 32.70% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FC419A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC419A is #03BE65. Grayscale: #828282. Windows color (decimal): -245350 or 10109436. OLE color: 10109436.
HSL color Cylindrical-coordinate representation of color #FC419A: hue angle of 331.44º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FC419A is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 65 | 154 | - |
| CMYK | 0 | 0.74 | 0.39 | 0.01 |
| HSL | 331.44º | 0.97% | 0.62% | - |
| HSV(B) | 331.44º | 0.74% | 0.99% | - |
| XYZ | 47.87 | 26.81 | 33.22 | - |
| YUV | 131.06 | 140.95 | 214.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 65 | 154 | 0 | 0.74 | 0.39 | 0.01 | 331.44 | 0.97 | 0.62 |
| Hex | FC | 41 | 9A | 0 | 4A | 27 | 1 | 14B | 61 | 3E |
| Octal | 374 | 101 | 232 | 0 | 112 | 47 | 1 | 513 | 141 | 76 |
| Binary | 11111100 | 1000001 | 10011010 | 0 | 1001010 | 100111 | 1 | 101001011 | 1100001 | 111110 |
Color Harmonies of #FC419A
Complementary color
Monochromatic Colors of #FC419A
Black with #FC419A
Text Example
Text Example
White with #FC419A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC419A; }
p { color: rgb(252,65,154); }
H1.HeaderClassName
{
color: #FC419A;
}
.AnyTagClassName
{
color: #FC419A;
}
</style>
background-color css
<style>
a { background-color: #FC419A; }
a { background-color: rgb(252,65,154); }
div.DivClassName
{
background-color: #FC419A;
}
.BgClassName
{
background-color: #FC419A;
}
</style>
border-color css
<style>
span { border-color: #FC419A; }
span { border-color: rgb(252,65,154); }
td.TdClassName
{
border-color: #FC419A;
}
.TagClassName
{
border-color: #FC419A;
}
</style>