Shades of Shocking Pink #F21DD3
Tints of Shocking Pink #F21DD3
RGB
CMYK
RGB Variations
Color information
#F21DD3 (or 0xF21DD3) is known color: Shocking Pink. HEX triplet: F2, 1D and D3. RGB value is (242,29,211). Sum of RGB (Red+Green+Blue) = 242+29+211=482 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.21% from 482); Green value is 29 (11.72% from 255 or 6.02% from 482); Blue value is 211 (82.81% from 255 or 43.78% from 482); Max value from RGB is 242 - color contains mainly: red. Hex color #F21DD3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21DD3 is #0DE22C. Grayscale: #707070. Windows color (decimal): -909869 or 13835762. OLE color: 13835762.
HSL color Cylindrical-coordinate representation of color #F21DD3: hue angle of 308.73º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F21DD3 is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 29 | 211 | - |
| CMYK | 0 | 0.88 | 0.13 | 0.05 |
| HSL | 308.73º | 0.89% | 0.53% | - |
| HSV(B) | 308.73º | 0.88% | 0.95% | - |
| XYZ | 48.82 | 24.46 | 63.78 | - |
| YUV | 113.44 | 183.07 | 219.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 29 | 211 | 0 | 0.88 | 0.13 | 0.05 | 308.73 | 0.89 | 0.53 |
| Hex | F2 | 1D | D3 | 0 | 58 | D | 5 | 135 | 59 | 35 |
| Octal | 362 | 35 | 323 | 0 | 130 | 15 | 5 | 465 | 131 | 65 |
| Binary | 11110010 | 11101 | 11010011 | 0 | 1011000 | 1101 | 101 | 100110101 | 1011001 | 110101 |
Color Harmonies of #F21DD3
Complementary color
Monochromatic Colors of #F21DD3
Black with #F21DD3
Text Example
Text Example
White with #F21DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21DD3; }
p { color: rgb(242,29,211); }
H1.HeaderClassName
{
color: #F21DD3;
}
.AnyTagClassName
{
color: #F21DD3;
}
</style>
background-color css
<style>
a { background-color: #F21DD3; }
a { background-color: rgb(242,29,211); }
div.DivClassName
{
background-color: #F21DD3;
}
.BgClassName
{
background-color: #F21DD3;
}
</style>
border-color css
<style>
span { border-color: #F21DD3; }
span { border-color: rgb(242,29,211); }
td.TdClassName
{
border-color: #F21DD3;
}
.TagClassName
{
border-color: #F21DD3;
}
</style>