Shades of Deep Pink #F3189B
Tints of Deep Pink #F3189B
RGB
CMYK
RGB Variations
Color information
#F3189B (or 0xF3189B) is known color: Deep Pink. HEX triplet: F3, 18 and 9B. RGB value is (243,24,155). Sum of RGB (Red+Green+Blue) = 243+24+155=422 (55% of max value = 765). Red value is 243 (95.31% from 255 or 57.58% from 422); Green value is 24 (9.77% from 255 or 5.69% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 243 - color contains mainly: red. Hex color #F3189B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F3189B is #0CE764. Grayscale: #686868. Windows color (decimal): -845669 or 10164467. OLE color: 10164467.
HSL color Cylindrical-coordinate representation of color #F3189B: hue angle of 324.11º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F3189B is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 24 | 155 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.05 |
| HSL | 324.11º | 0.9% | 0.52% | - |
| HSV(B) | 324.11º | 0.9% | 0.95% | - |
| XYZ | 43.21 | 22.07 | 32.99 | - |
| YUV | 104.42 | 156.55 | 226.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 24 | 155 | 0 | 0.90 | 0.36 | 0.05 | 324.11 | 0.9 | 0.52 |
| Hex | F3 | 18 | 9B | 0 | 5A | 24 | 5 | 144 | 5A | 34 |
| Octal | 363 | 30 | 233 | 0 | 132 | 44 | 5 | 504 | 132 | 64 |
| Binary | 11110011 | 11000 | 10011011 | 0 | 1011010 | 100100 | 101 | 101000100 | 1011010 | 110100 |
Color Harmonies of #F3189B
Complementary color
Monochromatic Colors of #F3189B
Black with #F3189B
Text Example
Text Example
White with #F3189B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3189B; }
p { color: rgb(243,24,155); }
H1.HeaderClassName
{
color: #F3189B;
}
.AnyTagClassName
{
color: #F3189B;
}
</style>
background-color css
<style>
a { background-color: #F3189B; }
a { background-color: rgb(243,24,155); }
div.DivClassName
{
background-color: #F3189B;
}
.BgClassName
{
background-color: #F3189B;
}
</style>
border-color css
<style>
span { border-color: #F3189B; }
span { border-color: rgb(243,24,155); }
td.TdClassName
{
border-color: #F3189B;
}
.TagClassName
{
border-color: #F3189B;
}
</style>