Shades of Fuchsia Pink #F47BFF
Tints of Fuchsia Pink #F47BFF
RGB
CMYK
RGB Variations
Color information
#F47BFF (or 0xF47BFF) is known color: Fuchsia Pink. HEX triplet: F4, 7B and FF. RGB value is (244,123,255). Sum of RGB (Red+Green+Blue) = 244+123+255=622 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.23% from 622); Green value is 123 (48.44% from 255 or 19.77% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #F47BFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F47BFF is #0B8400. Grayscale: #ADADAD. Windows color (decimal): -754689 or 16743412. OLE color: 16743412.
HSL color Cylindrical-coordinate representation of color #F47BFF: hue angle of 295º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F47BFF is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 123 | 255 | - |
| CMYK | 0.04 | 0.52 | 0 | 0 |
| HSL | 295º | 1% | 0.74% | - |
| HSV(B) | 295º | 0.52% | 1% | - |
| XYZ | 62.44 | 40.62 | 99.16 | - |
| YUV | 174.23 | 173.59 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 123 | 255 | 0.04 | 0.52 | 0 | 0 | 295 | 1 | 0.74 |
| Hex | F4 | 7B | FF | 4 | 34 | 0 | 0 | 127 | 64 | 4A |
| Octal | 364 | 173 | 377 | 4 | 64 | 0 | 0 | 447 | 144 | 112 |
| Binary | 11110100 | 1111011 | 11111111 | 100 | 110100 | 0 | 0 | 100100111 | 1100100 | 1001010 |
Color Harmonies of #F47BFF
Complementary color
Monochromatic Colors of #F47BFF
Black with #F47BFF
Text Example
Text Example
White with #F47BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47BFF; }
p { color: rgb(244,123,255); }
H1.HeaderClassName
{
color: #F47BFF;
}
.AnyTagClassName
{
color: #F47BFF;
}
</style>
background-color css
<style>
a { background-color: #F47BFF; }
a { background-color: rgb(244,123,255); }
div.DivClassName
{
background-color: #F47BFF;
}
.BgClassName
{
background-color: #F47BFF;
}
</style>
border-color css
<style>
span { border-color: #F47BFF; }
span { border-color: rgb(244,123,255); }
td.TdClassName
{
border-color: #F47BFF;
}
.TagClassName
{
border-color: #F47BFF;
}
</style>