Shades of Deep Pink #F30B8D
Tints of Deep Pink #F30B8D
RGB
CMYK
RGB Variations
Color information
#F30B8D (or 0xF30B8D) is known color: Deep Pink. HEX triplet: F3, 0B and 8D. RGB value is (243,11,141). Sum of RGB (Red+Green+Blue) = 243+11+141=395 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.52% from 395); Green value is 11 (4.69% from 255 or 2.78% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 243 - color contains mainly: red. Hex color #F30B8D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30B8D is #0CF472. Grayscale: #5E5E5E. Windows color (decimal): -849011 or 9243635. OLE color: 9243635.
HSL color Cylindrical-coordinate representation of color #F30B8D: hue angle of 326.38º 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 #F30B8D is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 11 | 141 | - |
| CMYK | 0 | 0.95 | 0.42 | 0.05 |
| HSL | 326.38º | 0.91% | 0.5% | - |
| HSV(B) | 326.38º | 0.95% | 0.95% | - |
| XYZ | 41.89 | 21.22 | 27.09 | - |
| YUV | 95.19 | 153.86 | 233.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 11 | 141 | 0 | 0.95 | 0.42 | 0.05 | 326.38 | 0.91 | 0.5 |
| Hex | F3 | B | 8D | 0 | 5F | 2A | 5 | 146 | 5B | 32 |
| Octal | 363 | 13 | 215 | 0 | 137 | 52 | 5 | 506 | 133 | 62 |
| Binary | 11110011 | 1011 | 10001101 | 0 | 1011111 | 101010 | 101 | 101000110 | 1011011 | 110010 |
Color Harmonies of #F30B8D
Complementary color
Monochromatic Colors of #F30B8D
Black with #F30B8D
Text Example
Text Example
White with #F30B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30B8D; }
p { color: rgb(243,11,141); }
H1.HeaderClassName
{
color: #F30B8D;
}
.AnyTagClassName
{
color: #F30B8D;
}
</style>
background-color css
<style>
a { background-color: #F30B8D; }
a { background-color: rgb(243,11,141); }
div.DivClassName
{
background-color: #F30B8D;
}
.BgClassName
{
background-color: #F30B8D;
}
</style>
border-color css
<style>
span { border-color: #F30B8D; }
span { border-color: rgb(243,11,141); }
td.TdClassName
{
border-color: #F30B8D;
}
.TagClassName
{
border-color: #F30B8D;
}
</style>