Shades of Deep Pink #FD258C
Tints of Deep Pink #FD258C
RGB
CMYK
RGB Variations
Color information
#FD258C (or 0xFD258C) is known color: Deep Pink. HEX triplet: FD, 25 and 8C. RGB value is (253,37,140). Sum of RGB (Red+Green+Blue) = 253+37+140=430 (56% of max value = 765). Red value is 253 (99.22% from 255 or 58.84% from 430); Green value is 37 (14.84% from 255 or 8.60% from 430); Blue value is 140 (55.08% from 255 or 32.56% from 430); Max value from RGB is 253 - color contains mainly: red. Hex color #FD258C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD258C is #02DA73. Grayscale: #717171. Windows color (decimal): -186996 or 9184765. OLE color: 9184765.
HSL color Cylindrical-coordinate representation of color #FD258C: hue angle of 331.39º degrees, saturation: 0.98, 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 #FD258C is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 37 | 140 | - |
CMYK | 0 | 0.85 | 0.45 | 0.01 |
HSL | 331.39º | 0.98% | 0.57% | - |
HSV(B) | 331.39º | 0.85% | 0.99% | - |
XYZ | 45.9 | 24.1 | 27.04 | - |
YUV | 113.33 | 143.06 | 227.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 37 | 140 | 0 | 0.85 | 0.45 | 0.01 | 331.39 | 0.98 | 0.57 |
Hex | FD | 25 | 8C | 0 | 55 | 2D | 1 | 14B | 62 | 39 |
Octal | 375 | 45 | 214 | 0 | 125 | 55 | 1 | 513 | 142 | 71 |
Binary | 11111101 | 100101 | 10001100 | 0 | 1010101 | 101101 | 1 | 101001011 | 1100010 | 111001 |
Color Harmonies of #FD258C
Complementary color
Monochromatic Colors of #FD258C
Black with #FD258C
Text Example
Text Example
White with #FD258C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD258C; }
p { color: rgb(253,37,140); }
H1.HeaderClassName
{
color: #FD258C;
}
.AnyTagClassName
{
color: #FD258C;
}
</style>
background-color css
<style>
a { background-color: #FD258C; }
a { background-color: rgb(253,37,140); }
div.DivClassName
{
background-color: #FD258C;
}
.BgClassName
{
background-color: #FD258C;
}
</style>
border-color css
<style>
span { border-color: #FD258C; }
span { border-color: rgb(253,37,140); }
td.TdClassName
{
border-color: #FD258C;
}
.TagClassName
{
border-color: #FD258C;
}
</style>