Shades of Deep Pink #F30681
Tints of Deep Pink #F30681
RGB
CMYK
RGB Variations
Color information
#F30681 (or 0xF30681) is known color: Deep Pink. HEX triplet: F3, 06 and 81. RGB value is (243,6,129). Sum of RGB (Red+Green+Blue) = 243+6+129=378 (50% of max value = 765). Red value is 243 (95.31% from 255 or 64.29% from 378); Green value is 6 (2.73% from 255 or 1.59% from 378); Blue value is 129 (50.78% from 255 or 34.13% from 378); Max value from RGB is 243 - color contains mainly: red. Hex color #F30681 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30681 is #0CF97E. Grayscale: #5A5A5A. Windows color (decimal): -850303 or 8455923. OLE color: 8455923.
HSL color Cylindrical-coordinate representation of color #F30681: hue angle of 328.86º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F30681 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 6 | 129 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.05 |
| HSL | 328.86º | 0.95% | 0.49% | - |
| HSV(B) | 328.86º | 0.98% | 0.95% | - |
| XYZ | 40.99 | 20.77 | 22.62 | - |
| YUV | 90.89 | 149.52 | 236.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 6 | 129 | 0 | 0.98 | 0.47 | 0.05 | 328.86 | 0.95 | 0.49 |
| Hex | F3 | 6 | 81 | 0 | 62 | 2F | 5 | 149 | 5F | 31 |
| Octal | 363 | 6 | 201 | 0 | 142 | 57 | 5 | 511 | 137 | 61 |
| Binary | 11110011 | 110 | 10000001 | 0 | 1100010 | 101111 | 101 | 101001001 | 1011111 | 110001 |
Color Harmonies of #F30681
Complementary color
Monochromatic Colors of #F30681
Black with #F30681
Text Example
Text Example
White with #F30681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30681; }
p { color: rgb(243,6,129); }
H1.HeaderClassName
{
color: #F30681;
}
.AnyTagClassName
{
color: #F30681;
}
</style>
background-color css
<style>
a { background-color: #F30681; }
a { background-color: rgb(243,6,129); }
div.DivClassName
{
background-color: #F30681;
}
.BgClassName
{
background-color: #F30681;
}
</style>
border-color css
<style>
span { border-color: #F30681; }
span { border-color: rgb(243,6,129); }
td.TdClassName
{
border-color: #F30681;
}
.TagClassName
{
border-color: #F30681;
}
</style>