Shades of Deep Pink #F3017B
Tints of Deep Pink #F3017B
RGB
CMYK
RGB Variations
Color information
#F3017B (or 0xF3017B) is known color: Deep Pink. HEX triplet: F3, 01 and 7B. RGB value is (243,1,123). Sum of RGB (Red+Green+Blue) = 243+1+123=367 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.21% from 367); Green value is 1 (0.78% from 255 or 0.27% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 243 - color contains mainly: red. Hex color #F3017B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F3017B is #0CFE84. Grayscale: #575757. Windows color (decimal): -851589 or 8061427. OLE color: 8061427.
HSL color Cylindrical-coordinate representation of color #F3017B: hue angle of 329.75º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F3017B is Cyan = 0, Magento = 1.00, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 1 | 123 | - |
| CMYK | 0 | 1.00 | 0.49 | 0.05 |
| HSL | 329.75º | 0.99% | 0.48% | - |
| HSV(B) | 329.75º | 1% | 0.95% | - |
| XYZ | 40.55 | 20.51 | 20.56 | - |
| YUV | 87.27 | 148.17 | 239.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 1 | 123 | 0 | 1.00 | 0.49 | 0.05 | 329.75 | 0.99 | 0.48 |
| Hex | F3 | 1 | 7B | 0 | 64 | 31 | 5 | 14A | 63 | 30 |
| Octal | 363 | 1 | 173 | 0 | 144 | 61 | 5 | 512 | 143 | 60 |
| Binary | 11110011 | 1 | 1111011 | 0 | 1100100 | 110001 | 101 | 101001010 | 1100011 | 110000 |
Color Harmonies of #F3017B
Complementary color
Monochromatic Colors of #F3017B
Black with #F3017B
Text Example
Text Example
White with #F3017B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3017B; }
p { color: rgb(243,1,123); }
H1.HeaderClassName
{
color: #F3017B;
}
.AnyTagClassName
{
color: #F3017B;
}
</style>
background-color css
<style>
a { background-color: #F3017B; }
a { background-color: rgb(243,1,123); }
div.DivClassName
{
background-color: #F3017B;
}
.BgClassName
{
background-color: #F3017B;
}
</style>
border-color css
<style>
span { border-color: #F3017B; }
span { border-color: rgb(243,1,123); }
td.TdClassName
{
border-color: #F3017B;
}
.TagClassName
{
border-color: #F3017B;
}
</style>