Shades of Magenta #F302FB
Tints of Magenta #F302FB
RGB
CMYK
RGB Variations
Color information
#F302FB (or 0xF302FB) is known color: Magenta. HEX triplet: F3, 02 and FB. RGB value is (243,2,251). Sum of RGB (Red+Green+Blue) = 243+2+251=496 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.99% from 496); Green value is 2 (1.17% from 255 or 0.40% from 496); Blue value is 251 (98.44% from 255 or 50.60% from 496); Max value from RGB is 251 - color contains mainly: blue. Hex color #F302FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F302FB is #0CFD04. Grayscale: #656565. Windows color (decimal): -851205 or 16450291. OLE color: 16450291.
HSL color Cylindrical-coordinate representation of color #F302FB: hue angle of 298.07º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F302FB is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 2 | 251 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.02 |
| HSL | 298.07º | 0.98% | 0.5% | - |
| HSV(B) | 298.07º | 0.99% | 0.98% | - |
| XYZ | 54.4 | 26.06 | 93.43 | - |
| YUV | 102.45 | 211.84 | 228.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 2 | 251 | 0.03 | 0.99 | 0 | 0.02 | 298.07 | 0.98 | 0.5 |
| Hex | F3 | 2 | FB | 3 | 63 | 0 | 2 | 12A | 62 | 32 |
| Octal | 363 | 2 | 373 | 3 | 143 | 0 | 2 | 452 | 142 | 62 |
| Binary | 11110011 | 10 | 11111011 | 11 | 1100011 | 0 | 10 | 100101010 | 1100010 | 110010 |
Color Harmonies of #F302FB
Complementary color
Monochromatic Colors of #F302FB
Black with #F302FB
Text Example
Text Example
White with #F302FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F302FB; }
p { color: rgb(243,2,251); }
H1.HeaderClassName
{
color: #F302FB;
}
.AnyTagClassName
{
color: #F302FB;
}
</style>
background-color css
<style>
a { background-color: #F302FB; }
a { background-color: rgb(243,2,251); }
div.DivClassName
{
background-color: #F302FB;
}
.BgClassName
{
background-color: #F302FB;
}
</style>
border-color css
<style>
span { border-color: #F302FB; }
span { border-color: rgb(243,2,251); }
td.TdClassName
{
border-color: #F302FB;
}
.TagClassName
{
border-color: #F302FB;
}
</style>