Shades of Deep Pink #FF247A
Tints of Deep Pink #FF247A
RGB
CMYK
RGB Variations
Color information
#FF247A (or 0xFF247A) is known color: Deep Pink. HEX triplet: FF, 24 and 7A. RGB value is (255,36,122). Sum of RGB (Red+Green+Blue) = 255+36+122=413 (54% of max value = 765). Red value is 255 (100% from 255 or 61.74% from 413); Green value is 36 (14.45% from 255 or 8.72% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 255 - color contains mainly: red. Hex color #FF247A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF247A is #00DB85. Grayscale: #6F6F6F. Windows color (decimal): -56198 or 8004863. OLE color: 8004863.
HSL color Cylindrical-coordinate representation of color #FF247A: hue angle of 336.44º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FF247A is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 36 | 122 | - |
| CMYK | 0 | 0.86 | 0.52 | 0 |
| HSL | 336.44º | 1% | 0.57% | - |
| HSV(B) | 336.44º | 0.86% | 1% | - |
| XYZ | 45.38 | 23.93 | 20.64 | - |
| YUV | 111.29 | 134.05 | 230.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 36 | 122 | 0 | 0.86 | 0.52 | 0 | 336.44 | 1 | 0.57 |
| Hex | FF | 24 | 7A | 0 | 56 | 34 | 0 | 150 | 64 | 39 |
| Octal | 377 | 44 | 172 | 0 | 126 | 64 | 0 | 520 | 144 | 71 |
| Binary | 11111111 | 100100 | 1111010 | 0 | 1010110 | 110100 | 0 | 101010000 | 1100100 | 111001 |
Color Harmonies of #FF247A
Complementary color
Monochromatic Colors of #FF247A
Black with #FF247A
Text Example
Text Example
White with #FF247A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF247A; }
p { color: rgb(255,36,122); }
H1.HeaderClassName
{
color: #FF247A;
}
.AnyTagClassName
{
color: #FF247A;
}
</style>
background-color css
<style>
a { background-color: #FF247A; }
a { background-color: rgb(255,36,122); }
div.DivClassName
{
background-color: #FF247A;
}
.BgClassName
{
background-color: #FF247A;
}
</style>
border-color css
<style>
span { border-color: #FF247A; }
span { border-color: rgb(255,36,122); }
td.TdClassName
{
border-color: #FF247A;
}
.TagClassName
{
border-color: #FF247A;
}
</style>