Shades of Wild Strawberry #FC34A1
Tints of Wild Strawberry #FC34A1
RGB
CMYK
RGB Variations
Color information
#FC34A1 (or 0xFC34A1) is known color: Wild Strawberry. HEX triplet: FC, 34 and A1. RGB value is (252,52,161). Sum of RGB (Red+Green+Blue) = 252+52+161=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 52 (20.70% from 255 or 11.18% from 465); Blue value is 161 (63.28% from 255 or 34.62% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FC34A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC34A1 is #03CB5E. Grayscale: #7B7B7B. Windows color (decimal): -248671 or 10564860. OLE color: 10564860.
HSL color Cylindrical-coordinate representation of color #FC34A1: hue angle of 327.3º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FC34A1 is Cyan = 0, Magento = 0.79, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 52 | 161 | - |
| CMYK | 0 | 0.79 | 0.36 | 0.01 |
| HSL | 327.3º | 0.97% | 0.6% | - |
| HSV(B) | 327.3º | 0.79% | 0.99% | - |
| XYZ | 47.81 | 25.72 | 36.16 | - |
| YUV | 124.23 | 148.76 | 219.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 52 | 161 | 0 | 0.79 | 0.36 | 0.01 | 327.3 | 0.97 | 0.6 |
| Hex | FC | 34 | A1 | 0 | 4F | 24 | 1 | 147 | 61 | 3C |
| Octal | 374 | 64 | 241 | 0 | 117 | 44 | 1 | 507 | 141 | 74 |
| Binary | 11111100 | 110100 | 10100001 | 0 | 1001111 | 100100 | 1 | 101000111 | 1100001 | 111100 |
Color Harmonies of #FC34A1
Complementary color
Monochromatic Colors of #FC34A1
Black with #FC34A1
Text Example
Text Example
White with #FC34A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC34A1; }
p { color: rgb(252,52,161); }
H1.HeaderClassName
{
color: #FC34A1;
}
.AnyTagClassName
{
color: #FC34A1;
}
</style>
background-color css
<style>
a { background-color: #FC34A1; }
a { background-color: rgb(252,52,161); }
div.DivClassName
{
background-color: #FC34A1;
}
.BgClassName
{
background-color: #FC34A1;
}
</style>
border-color css
<style>
span { border-color: #FC34A1; }
span { border-color: rgb(252,52,161); }
td.TdClassName
{
border-color: #FC34A1;
}
.TagClassName
{
border-color: #FC34A1;
}
</style>