Shades of Deep Pink #F3007A
Tints of Deep Pink #F3007A
RGB
CMYK
RGB Variations
Color information
#F3007A (or 0xF3007A) is known color: Deep Pink. HEX triplet: F3, 00 and 7A. RGB value is (243,0,122). Sum of RGB (Red+Green+Blue) = 243+0+122=365 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.58% from 365); Green value is 0 (0.39% from 255 or 0% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 243 - color contains mainly: red. Hex color #F3007A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F3007A is #0CFF85. Grayscale: #565656. Windows color (decimal): -851846 or 7995635. OLE color: 7995635.
HSL color Cylindrical-coordinate representation of color #F3007A: hue angle of 329.88º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F3007A is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 0 | 122 | - |
| CMYK | 0 | 1 | 0.50 | 0.05 |
| HSL | 329.88º | 1% | 0.48% | - |
| HSV(B) | 329.88º | 1% | 0.95% | - |
| XYZ | 40.48 | 20.46 | 20.23 | - |
| YUV | 86.57 | 148.01 | 239.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 0 | 122 | 0 | 1 | 0.50 | 0.05 | 329.88 | 1 | 0.48 |
| Hex | F3 | 0 | 7A | 0 | 64 | 32 | 5 | 14A | 64 | 30 |
| Octal | 363 | 0 | 172 | 0 | 144 | 62 | 5 | 512 | 144 | 60 |
| Binary | 11110011 | 0 | 1111010 | 0 | 1100100 | 110010 | 101 | 101001010 | 1100100 | 110000 |
Color Harmonies of #F3007A
Complementary color
Monochromatic Colors of #F3007A
Black with #F3007A
Text Example
Text Example
White with #F3007A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3007A; }
p { color: rgb(243,0,122); }
H1.HeaderClassName
{
color: #F3007A;
}
.AnyTagClassName
{
color: #F3007A;
}
</style>
background-color css
<style>
a { background-color: #F3007A; }
a { background-color: rgb(243,0,122); }
div.DivClassName
{
background-color: #F3007A;
}
.BgClassName
{
background-color: #F3007A;
}
</style>
border-color css
<style>
span { border-color: #F3007A; }
span { border-color: rgb(243,0,122); }
td.TdClassName
{
border-color: #F3007A;
}
.TagClassName
{
border-color: #F3007A;
}
</style>