Shades of Fuchsia Pink #F37BFB
Tints of Fuchsia Pink #F37BFB
RGB
CMYK
RGB Variations
Color information
#F37BFB (or 0xF37BFB) is known color: Fuchsia Pink. HEX triplet: F3, 7B and FB. RGB value is (243,123,251). Sum of RGB (Red+Green+Blue) = 243+123+251=617 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.38% from 617); Green value is 123 (48.44% from 255 or 19.94% from 617); Blue value is 251 (98.44% from 255 or 40.68% from 617); Max value from RGB is 251 - color contains mainly: blue. Hex color #F37BFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F37BFB is #0C8404. Grayscale: #ADADAD. Windows color (decimal): -820229 or 16481267. OLE color: 16481267.
HSL color Cylindrical-coordinate representation of color #F37BFB: hue angle of 296.25º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F37BFB is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 123 | 251 | - |
| CMYK | 0.03 | 0.51 | 0 | 0.02 |
| HSL | 296.25º | 0.94% | 0.73% | - |
| HSV(B) | 296.25º | 0.51% | 0.98% | - |
| XYZ | 61.46 | 40.19 | 95.78 | - |
| YUV | 173.47 | 171.76 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 123 | 251 | 0.03 | 0.51 | 0 | 0.02 | 296.25 | 0.94 | 0.73 |
| Hex | F3 | 7B | FB | 3 | 33 | 0 | 2 | 128 | 5E | 49 |
| Octal | 363 | 173 | 373 | 3 | 63 | 0 | 2 | 450 | 136 | 111 |
| Binary | 11110011 | 1111011 | 11111011 | 11 | 110011 | 0 | 10 | 100101000 | 1011110 | 1001001 |
Color Harmonies of #F37BFB
Complementary color
Monochromatic Colors of #F37BFB
Black with #F37BFB
Text Example
Text Example
White with #F37BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37BFB; }
p { color: rgb(243,123,251); }
H1.HeaderClassName
{
color: #F37BFB;
}
.AnyTagClassName
{
color: #F37BFB;
}
</style>
background-color css
<style>
a { background-color: #F37BFB; }
a { background-color: rgb(243,123,251); }
div.DivClassName
{
background-color: #F37BFB;
}
.BgClassName
{
background-color: #F37BFB;
}
</style>
border-color css
<style>
span { border-color: #F37BFB; }
span { border-color: rgb(243,123,251); }
td.TdClassName
{
border-color: #F37BFB;
}
.TagClassName
{
border-color: #F37BFB;
}
</style>