Shades of Fuchsia Pink #F47BFC
Tints of Fuchsia Pink #F47BFC
RGB
CMYK
RGB Variations
Color information
#F47BFC (or 0xF47BFC) is known color: Fuchsia Pink. HEX triplet: F4, 7B and FC. RGB value is (244,123,252). Sum of RGB (Red+Green+Blue) = 244+123+252=619 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.42% from 619); Green value is 123 (48.44% from 255 or 19.87% from 619); Blue value is 252 (98.83% from 255 or 40.71% from 619); Max value from RGB is 252 - color contains mainly: blue. Hex color #F47BFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F47BFC is #0B8403. Grayscale: #ADADAD. Windows color (decimal): -754692 or 16546804. OLE color: 16546804.
HSL color Cylindrical-coordinate representation of color #F47BFC: hue angle of 296.28º degrees, saturation: 0.96, 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 #F47BFC is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 244 | 123 | 252 | - |
| CMYK | 0.03 | 0.51 | 0 | 0.01 |
| HSL | 296.28º | 0.96% | 0.74% | - |
| HSV(B) | 296.28º | 0.51% | 0.99% | - |
| XYZ | 61.96 | 40.43 | 96.63 | - |
| YUV | 173.89 | 172.09 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 123 | 252 | 0.03 | 0.51 | 0 | 0.01 | 296.28 | 0.96 | 0.74 |
| Hex | F4 | 7B | FC | 3 | 33 | 0 | 1 | 128 | 60 | 4A |
| Octal | 364 | 173 | 374 | 3 | 63 | 0 | 1 | 450 | 140 | 112 |
| Binary | 11110100 | 1111011 | 11111100 | 11 | 110011 | 0 | 1 | 100101000 | 1100000 | 1001010 |
Color Harmonies of #F47BFC
Complementary color
Monochromatic Colors of #F47BFC
Black with #F47BFC
Text Example
Text Example
White with #F47BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47BFC; }
p { color: rgb(244,123,252); }
H1.HeaderClassName
{
color: #F47BFC;
}
.AnyTagClassName
{
color: #F47BFC;
}
</style>
background-color css
<style>
a { background-color: #F47BFC; }
a { background-color: rgb(244,123,252); }
div.DivClassName
{
background-color: #F47BFC;
}
.BgClassName
{
background-color: #F47BFC;
}
</style>
border-color css
<style>
span { border-color: #F47BFC; }
span { border-color: rgb(244,123,252); }
td.TdClassName
{
border-color: #F47BFC;
}
.TagClassName
{
border-color: #F47BFC;
}
</style>