Shades of Deep Pink #F30B8F
Tints of Deep Pink #F30B8F
RGB
CMYK
RGB Variations
Color information
#F30B8F (or 0xF30B8F) is known color: Deep Pink. HEX triplet: F3, 0B and 8F. RGB value is (243,11,143). Sum of RGB (Red+Green+Blue) = 243+11+143=397 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.21% from 397); Green value is 11 (4.69% from 255 or 2.77% from 397); Blue value is 143 (56.25% from 255 or 36.02% from 397); Max value from RGB is 243 - color contains mainly: red. Hex color #F30B8F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30B8F is #0CF470. Grayscale: #5F5F5F. Windows color (decimal): -849009 or 9374707. OLE color: 9374707.
HSL color Cylindrical-coordinate representation of color #F30B8F: hue angle of 325.86º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F30B8F is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 11 | 143 | - |
| CMYK | 0 | 0.95 | 0.41 | 0.05 |
| HSL | 325.86º | 0.91% | 0.5% | - |
| HSV(B) | 325.86º | 0.95% | 0.95% | - |
| XYZ | 42.04 | 21.28 | 27.88 | - |
| YUV | 95.42 | 154.86 | 233.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 11 | 143 | 0 | 0.95 | 0.41 | 0.05 | 325.86 | 0.91 | 0.5 |
| Hex | F3 | B | 8F | 0 | 5F | 29 | 5 | 146 | 5B | 32 |
| Octal | 363 | 13 | 217 | 0 | 137 | 51 | 5 | 506 | 133 | 62 |
| Binary | 11110011 | 1011 | 10001111 | 0 | 1011111 | 101001 | 101 | 101000110 | 1011011 | 110010 |
Color Harmonies of #F30B8F
Complementary color
Monochromatic Colors of #F30B8F
Black with #F30B8F
Text Example
Text Example
White with #F30B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30B8F; }
p { color: rgb(243,11,143); }
H1.HeaderClassName
{
color: #F30B8F;
}
.AnyTagClassName
{
color: #F30B8F;
}
</style>
background-color css
<style>
a { background-color: #F30B8F; }
a { background-color: rgb(243,11,143); }
div.DivClassName
{
background-color: #F30B8F;
}
.BgClassName
{
background-color: #F30B8F;
}
</style>
border-color css
<style>
span { border-color: #F30B8F; }
span { border-color: rgb(243,11,143); }
td.TdClassName
{
border-color: #F30B8F;
}
.TagClassName
{
border-color: #F30B8F;
}
</style>