Shades of Hot Magenta #F30BCF
Tints of Hot Magenta #F30BCF
RGB
CMYK
RGB Variations
Color information
#F30BCF (or 0xF30BCF) is known color: Hot Magenta. HEX triplet: F3, 0B and CF. RGB value is (243,11,207). Sum of RGB (Red+Green+Blue) = 243+11+207=461 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.71% from 461); Green value is 11 (4.69% from 255 or 2.39% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 243 - color contains mainly: red. Hex color #F30BCF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30BCF is #0CF430. Grayscale: #666666. Windows color (decimal): -848945 or 13569011. OLE color: 13569011.
HSL color Cylindrical-coordinate representation of color #F30BCF: hue angle of 309.31º 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 #F30BCF is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 11 | 207 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.05 |
| HSL | 309.31º | 0.91% | 0.5% | - |
| HSV(B) | 309.31º | 0.95% | 0.95% | - |
| XYZ | 48.34 | 23.8 | 61.08 | - |
| YUV | 102.71 | 186.86 | 228.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 11 | 207 | 0 | 0.95 | 0.15 | 0.05 | 309.31 | 0.91 | 0.5 |
| Hex | F3 | B | CF | 0 | 5F | F | 5 | 135 | 5B | 32 |
| Octal | 363 | 13 | 317 | 0 | 137 | 17 | 5 | 465 | 133 | 62 |
| Binary | 11110011 | 1011 | 11001111 | 0 | 1011111 | 1111 | 101 | 100110101 | 1011011 | 110010 |
Color Harmonies of #F30BCF
Complementary color
Monochromatic Colors of #F30BCF
Black with #F30BCF
Text Example
Text Example
White with #F30BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30BCF; }
p { color: rgb(243,11,207); }
H1.HeaderClassName
{
color: #F30BCF;
}
.AnyTagClassName
{
color: #F30BCF;
}
</style>
background-color css
<style>
a { background-color: #F30BCF; }
a { background-color: rgb(243,11,207); }
div.DivClassName
{
background-color: #F30BCF;
}
.BgClassName
{
background-color: #F30BCF;
}
</style>
border-color css
<style>
span { border-color: #F30BCF; }
span { border-color: rgb(243,11,207); }
td.TdClassName
{
border-color: #F30BCF;
}
.TagClassName
{
border-color: #F30BCF;
}
</style>