Shades of Fuchsia Pink #F37BFD
Tints of Fuchsia Pink #F37BFD
RGB
CMYK
RGB Variations
Color information
#F37BFD (or 0xF37BFD) is known color: Fuchsia Pink. HEX triplet: F3, 7B and FD. RGB value is (243,123,253). Sum of RGB (Red+Green+Blue) = 243+123+253=619 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.26% from 619); Green value is 123 (48.44% from 255 or 19.87% from 619); Blue value is 253 (99.22% from 255 or 40.87% from 619); Max value from RGB is 253 - color contains mainly: blue. Hex color #F37BFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F37BFD is #0C8402. Grayscale: #ADADAD. Windows color (decimal): -820227 or 16612339. OLE color: 16612339.
HSL color Cylindrical-coordinate representation of color #F37BFD: hue angle of 295.38º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F37BFD is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 243 | 123 | 253 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.01 |
| HSL | 295.38º | 0.97% | 0.74% | - |
| HSV(B) | 295.38º | 0.51% | 0.99% | - |
| XYZ | 61.77 | 40.31 | 97.45 | - |
| YUV | 173.7 | 172.76 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 123 | 253 | 0.04 | 0.51 | 0 | 0.01 | 295.38 | 0.97 | 0.74 |
| Hex | F3 | 7B | FD | 4 | 33 | 0 | 1 | 127 | 61 | 4A |
| Octal | 363 | 173 | 375 | 4 | 63 | 0 | 1 | 447 | 141 | 112 |
| Binary | 11110011 | 1111011 | 11111101 | 100 | 110011 | 0 | 1 | 100100111 | 1100001 | 1001010 |
Color Harmonies of #F37BFD
Complementary color
Monochromatic Colors of #F37BFD
Black with #F37BFD
Text Example
Text Example
White with #F37BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37BFD; }
p { color: rgb(243,123,253); }
H1.HeaderClassName
{
color: #F37BFD;
}
.AnyTagClassName
{
color: #F37BFD;
}
</style>
background-color css
<style>
a { background-color: #F37BFD; }
a { background-color: rgb(243,123,253); }
div.DivClassName
{
background-color: #F37BFD;
}
.BgClassName
{
background-color: #F37BFD;
}
</style>
border-color css
<style>
span { border-color: #F37BFD; }
span { border-color: rgb(243,123,253); }
td.TdClassName
{
border-color: #F37BFD;
}
.TagClassName
{
border-color: #F37BFD;
}
</style>