Shades of Deep Pink #F30F7F
Tints of Deep Pink #F30F7F
RGB
CMYK
RGB Variations
Color information
#F30F7F (or 0xF30F7F) is known color: Deep Pink. HEX triplet: F3, 0F and 7F. RGB value is (243,15,127). Sum of RGB (Red+Green+Blue) = 243+15+127=385 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.12% from 385); Green value is 15 (6.25% from 255 or 3.90% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 243 - color contains mainly: red. Hex color #F30F7F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30F7F is #0CF080. Grayscale: #5F5F5F. Windows color (decimal): -848001 or 8327155. OLE color: 8327155.
HSL color Cylindrical-coordinate representation of color #F30F7F: hue angle of 330.53º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F30F7F is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 15 | 127 | - |
| CMYK | 0 | 0.94 | 0.48 | 0.05 |
| HSL | 330.53º | 0.9% | 0.51% | - |
| HSV(B) | 330.53º | 0.94% | 0.95% | - |
| XYZ | 40.96 | 20.93 | 21.96 | - |
| YUV | 95.94 | 145.54 | 232.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 15 | 127 | 0 | 0.94 | 0.48 | 0.05 | 330.53 | 0.9 | 0.51 |
| Hex | F3 | F | 7F | 0 | 5E | 30 | 5 | 14B | 5A | 33 |
| Octal | 363 | 17 | 177 | 0 | 136 | 60 | 5 | 513 | 132 | 63 |
| Binary | 11110011 | 1111 | 1111111 | 0 | 1011110 | 110000 | 101 | 101001011 | 1011010 | 110011 |
Color Harmonies of #F30F7F
Complementary color
Monochromatic Colors of #F30F7F
Black with #F30F7F
Text Example
Text Example
White with #F30F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30F7F; }
p { color: rgb(243,15,127); }
H1.HeaderClassName
{
color: #F30F7F;
}
.AnyTagClassName
{
color: #F30F7F;
}
</style>
background-color css
<style>
a { background-color: #F30F7F; }
a { background-color: rgb(243,15,127); }
div.DivClassName
{
background-color: #F30F7F;
}
.BgClassName
{
background-color: #F30F7F;
}
</style>
border-color css
<style>
span { border-color: #F30F7F; }
span { border-color: rgb(243,15,127); }
td.TdClassName
{
border-color: #F30F7F;
}
.TagClassName
{
border-color: #F30F7F;
}
</style>