Shades of Deep Pink #FC258C
Tints of Deep Pink #FC258C
RGB
CMYK
RGB Variations
Color information
#FC258C (or 0xFC258C) is known color: Deep Pink. HEX triplet: FC, 25 and 8C. RGB value is (252,37,140). Sum of RGB (Red+Green+Blue) = 252+37+140=429 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.74% from 429); Green value is 37 (14.84% from 255 or 8.62% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 252 - color contains mainly: red. Hex color #FC258C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC258C is #03DA73. Grayscale: #707070. Windows color (decimal): -252532 or 9184764. OLE color: 9184764.
HSL color Cylindrical-coordinate representation of color #FC258C: hue angle of 331.26º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FC258C is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 37 | 140 | - |
| CMYK | 0 | 0.85 | 0.44 | 0.01 |
| HSL | 331.26º | 0.97% | 0.57% | - |
| HSV(B) | 331.26º | 0.85% | 0.99% | - |
| XYZ | 45.54 | 23.91 | 27.03 | - |
| YUV | 113.03 | 143.23 | 227.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 37 | 140 | 0 | 0.85 | 0.44 | 0.01 | 331.26 | 0.97 | 0.57 |
| Hex | FC | 25 | 8C | 0 | 55 | 2C | 1 | 14B | 61 | 39 |
| Octal | 374 | 45 | 214 | 0 | 125 | 54 | 1 | 513 | 141 | 71 |
| Binary | 11111100 | 100101 | 10001100 | 0 | 1010101 | 101100 | 1 | 101001011 | 1100001 | 111001 |
Color Harmonies of #FC258C
Complementary color
Monochromatic Colors of #FC258C
Black with #FC258C
Text Example
Text Example
White with #FC258C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC258C; }
p { color: rgb(252,37,140); }
H1.HeaderClassName
{
color: #FC258C;
}
.AnyTagClassName
{
color: #FC258C;
}
</style>
background-color css
<style>
a { background-color: #FC258C; }
a { background-color: rgb(252,37,140); }
div.DivClassName
{
background-color: #FC258C;
}
.BgClassName
{
background-color: #FC258C;
}
</style>
border-color css
<style>
span { border-color: #FC258C; }
span { border-color: rgb(252,37,140); }
td.TdClassName
{
border-color: #FC258C;
}
.TagClassName
{
border-color: #FC258C;
}
</style>