Shades of Wild Strawberry #FC369A
Tints of Wild Strawberry #FC369A
RGB
CMYK
RGB Variations
Color information
#FC369A (or 0xFC369A) is known color: Wild Strawberry. HEX triplet: FC, 36 and 9A. RGB value is (252,54,154). Sum of RGB (Red+Green+Blue) = 252+54+154=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 54 (21.48% from 255 or 11.74% from 460); Blue value is 154 (60.55% from 255 or 33.48% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FC369A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC369A is #03C965. Grayscale: #7C7C7C. Windows color (decimal): -248166 or 10106620. OLE color: 10106620.
HSL color Cylindrical-coordinate representation of color #FC369A: hue angle of 329.7º 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 #FC369A is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 54 | 154 | - |
| CMYK | 0 | 0.79 | 0.39 | 0.01 |
| HSL | 329.7º | 0.97% | 0.6% | - |
| HSV(B) | 329.7º | 0.79% | 0.99% | - |
| XYZ | 47.3 | 25.67 | 33.03 | - |
| YUV | 124.6 | 144.6 | 218.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 54 | 154 | 0 | 0.79 | 0.39 | 0.01 | 329.7 | 0.97 | 0.6 |
| Hex | FC | 36 | 9A | 0 | 4F | 27 | 1 | 14A | 61 | 3C |
| Octal | 374 | 66 | 232 | 0 | 117 | 47 | 1 | 512 | 141 | 74 |
| Binary | 11111100 | 110110 | 10011010 | 0 | 1001111 | 100111 | 1 | 101001010 | 1100001 | 111100 |
Color Harmonies of #FC369A
Complementary color
Monochromatic Colors of #FC369A
Black with #FC369A
Text Example
Text Example
White with #FC369A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC369A; }
p { color: rgb(252,54,154); }
H1.HeaderClassName
{
color: #FC369A;
}
.AnyTagClassName
{
color: #FC369A;
}
</style>
background-color css
<style>
a { background-color: #FC369A; }
a { background-color: rgb(252,54,154); }
div.DivClassName
{
background-color: #FC369A;
}
.BgClassName
{
background-color: #FC369A;
}
</style>
border-color css
<style>
span { border-color: #FC369A; }
span { border-color: rgb(252,54,154); }
td.TdClassName
{
border-color: #FC369A;
}
.TagClassName
{
border-color: #FC369A;
}
</style>