Shades of Deep Pink #FC258B
Tints of Deep Pink #FC258B
RGB
CMYK
RGB Variations
Color information
#FC258B (or 0xFC258B) is known color: Deep Pink. HEX triplet: FC, 25 and 8B. RGB value is (252,37,139). Sum of RGB (Red+Green+Blue) = 252+37+139=428 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.88% from 428); Green value is 37 (14.84% from 255 or 8.64% from 428); Blue value is 139 (54.69% from 255 or 32.48% from 428); Max value from RGB is 252 - color contains mainly: red. Hex color #FC258B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC258B is #03DA74. Grayscale: #707070. Windows color (decimal): -252533 or 9119228. OLE color: 9119228.
HSL color Cylindrical-coordinate representation of color #FC258B: hue angle of 331.53º 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 #FC258B is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 37 | 139 | - |
| CMYK | 0 | 0.85 | 0.45 | 0.01 |
| HSL | 331.53º | 0.97% | 0.57% | - |
| HSV(B) | 331.53º | 0.85% | 0.99% | - |
| XYZ | 45.47 | 23.88 | 26.64 | - |
| YUV | 112.91 | 142.73 | 227.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 37 | 139 | 0 | 0.85 | 0.45 | 0.01 | 331.53 | 0.97 | 0.57 |
| Hex | FC | 25 | 8B | 0 | 55 | 2D | 1 | 14C | 61 | 39 |
| Octal | 374 | 45 | 213 | 0 | 125 | 55 | 1 | 514 | 141 | 71 |
| Binary | 11111100 | 100101 | 10001011 | 0 | 1010101 | 101101 | 1 | 101001100 | 1100001 | 111001 |
Color Harmonies of #FC258B
Complementary color
Monochromatic Colors of #FC258B
Black with #FC258B
Text Example
Text Example
White with #FC258B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC258B; }
p { color: rgb(252,37,139); }
H1.HeaderClassName
{
color: #FC258B;
}
.AnyTagClassName
{
color: #FC258B;
}
</style>
background-color css
<style>
a { background-color: #FC258B; }
a { background-color: rgb(252,37,139); }
div.DivClassName
{
background-color: #FC258B;
}
.BgClassName
{
background-color: #FC258B;
}
</style>
border-color css
<style>
span { border-color: #FC258B; }
span { border-color: rgb(252,37,139); }
td.TdClassName
{
border-color: #FC258B;
}
.TagClassName
{
border-color: #FC258B;
}
</style>