Shades of Deep Pink #FC248A
Tints of Deep Pink #FC248A
RGB
CMYK
RGB Variations
Color information
#FC248A (or 0xFC248A) is known color: Deep Pink. HEX triplet: FC, 24 and 8A. RGB value is (252,36,138). Sum of RGB (Red+Green+Blue) = 252+36+138=426 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.15% from 426); Green value is 36 (14.45% from 255 or 8.45% from 426); Blue value is 138 (54.30% from 255 or 32.39% from 426); Max value from RGB is 252 - color contains mainly: red. Hex color #FC248A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC248A is #03DB75. Grayscale: #707070. Windows color (decimal): -252790 or 9053436. OLE color: 9053436.
HSL color Cylindrical-coordinate representation of color #FC248A: hue angle of 331.67º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FC248A is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 36 | 138 | - |
| CMYK | 0 | 0.86 | 0.45 | 0.01 |
| HSL | 331.67º | 0.97% | 0.56% | - |
| HSV(B) | 331.67º | 0.86% | 0.99% | - |
| XYZ | 45.36 | 23.79 | 26.25 | - |
| YUV | 112.21 | 142.56 | 227.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 36 | 138 | 0 | 0.86 | 0.45 | 0.01 | 331.67 | 0.97 | 0.56 |
| Hex | FC | 24 | 8A | 0 | 56 | 2D | 1 | 14C | 61 | 38 |
| Octal | 374 | 44 | 212 | 0 | 126 | 55 | 1 | 514 | 141 | 70 |
| Binary | 11111100 | 100100 | 10001010 | 0 | 1010110 | 101101 | 1 | 101001100 | 1100001 | 111000 |
Color Harmonies of #FC248A
Complementary color
Monochromatic Colors of #FC248A
Black with #FC248A
Text Example
Text Example
White with #FC248A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC248A; }
p { color: rgb(252,36,138); }
H1.HeaderClassName
{
color: #FC248A;
}
.AnyTagClassName
{
color: #FC248A;
}
</style>
background-color css
<style>
a { background-color: #FC248A; }
a { background-color: rgb(252,36,138); }
div.DivClassName
{
background-color: #FC248A;
}
.BgClassName
{
background-color: #FC248A;
}
</style>
border-color css
<style>
span { border-color: #FC248A; }
span { border-color: rgb(252,36,138); }
td.TdClassName
{
border-color: #FC248A;
}
.TagClassName
{
border-color: #FC248A;
}
</style>