Shades of Deep Pink #F30F7B
Tints of Deep Pink #F30F7B
RGB
CMYK
RGB Variations
Color information
#F30F7B (or 0xF30F7B) is known color: Deep Pink. HEX triplet: F3, 0F and 7B. RGB value is (243,15,123). Sum of RGB (Red+Green+Blue) = 243+15+123=381 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.78% from 381); Green value is 15 (6.25% from 255 or 3.94% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 243 - color contains mainly: red. Hex color #F30F7B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30F7B is #0CF084. Grayscale: #5F5F5F. Windows color (decimal): -848005 or 8065011. OLE color: 8065011.
HSL color Cylindrical-coordinate representation of color #F30F7B: hue angle of 331.58º 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 #F30F7B is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 15 | 123 | - |
| CMYK | 0 | 0.94 | 0.49 | 0.05 |
| HSL | 331.58º | 0.9% | 0.51% | - |
| HSV(B) | 331.58º | 0.94% | 0.95% | - |
| XYZ | 40.71 | 20.83 | 20.61 | - |
| YUV | 95.48 | 143.54 | 233.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 15 | 123 | 0 | 0.94 | 0.49 | 0.05 | 331.58 | 0.9 | 0.51 |
| Hex | F3 | F | 7B | 0 | 5E | 31 | 5 | 14C | 5A | 33 |
| Octal | 363 | 17 | 173 | 0 | 136 | 61 | 5 | 514 | 132 | 63 |
| Binary | 11110011 | 1111 | 1111011 | 0 | 1011110 | 110001 | 101 | 101001100 | 1011010 | 110011 |
Color Harmonies of #F30F7B
Complementary color
Monochromatic Colors of #F30F7B
Black with #F30F7B
Text Example
Text Example
White with #F30F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30F7B; }
p { color: rgb(243,15,123); }
H1.HeaderClassName
{
color: #F30F7B;
}
.AnyTagClassName
{
color: #F30F7B;
}
</style>
background-color css
<style>
a { background-color: #F30F7B; }
a { background-color: rgb(243,15,123); }
div.DivClassName
{
background-color: #F30F7B;
}
.BgClassName
{
background-color: #F30F7B;
}
</style>
border-color css
<style>
span { border-color: #F30F7B; }
span { border-color: rgb(243,15,123); }
td.TdClassName
{
border-color: #F30F7B;
}
.TagClassName
{
border-color: #F30F7B;
}
</style>