Shades of Deep Pink #F30B7F
Tints of Deep Pink #F30B7F
RGB
CMYK
RGB Variations
Color information
#F30B7F (or 0xF30B7F) is known color: Deep Pink. HEX triplet: F3, 0B and 7F. RGB value is (243,11,127). Sum of RGB (Red+Green+Blue) = 243+11+127=381 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.78% from 381); Green value is 11 (4.69% from 255 or 2.89% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 243 - color contains mainly: red. Hex color #F30B7F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30B7F is #0CF480. Grayscale: #5D5D5D. Windows color (decimal): -849025 or 8326131. OLE color: 8326131.
HSL color Cylindrical-coordinate representation of color #F30B7F: hue angle of 330º 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 #F30B7F is Cyan = 0, Magento = 0.95, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 11 | 127 | - |
| CMYK | 0 | 0.95 | 0.48 | 0.05 |
| HSL | 330º | 0.91% | 0.5% | - |
| HSV(B) | 330º | 0.95% | 0.95% | - |
| XYZ | 40.91 | 20.83 | 21.94 | - |
| YUV | 93.59 | 146.86 | 234.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 11 | 127 | 0 | 0.95 | 0.48 | 0.05 | 330 | 0.91 | 0.5 |
| Hex | F3 | B | 7F | 0 | 5F | 30 | 5 | 14A | 5B | 32 |
| Octal | 363 | 13 | 177 | 0 | 137 | 60 | 5 | 512 | 133 | 62 |
| Binary | 11110011 | 1011 | 1111111 | 0 | 1011111 | 110000 | 101 | 101001010 | 1011011 | 110010 |
Color Harmonies of #F30B7F
Complementary color
Monochromatic Colors of #F30B7F
Black with #F30B7F
Text Example
Text Example
White with #F30B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30B7F; }
p { color: rgb(243,11,127); }
H1.HeaderClassName
{
color: #F30B7F;
}
.AnyTagClassName
{
color: #F30B7F;
}
</style>
background-color css
<style>
a { background-color: #F30B7F; }
a { background-color: rgb(243,11,127); }
div.DivClassName
{
background-color: #F30B7F;
}
.BgClassName
{
background-color: #F30B7F;
}
</style>
border-color css
<style>
span { border-color: #F30B7F; }
span { border-color: rgb(243,11,127); }
td.TdClassName
{
border-color: #F30B7F;
}
.TagClassName
{
border-color: #F30B7F;
}
</style>