Shades of Fuchsia Pink #F57FFB
Tints of Fuchsia Pink #F57FFB
RGB
CMYK
RGB Variations
Color information
#F57FFB (or 0xF57FFB) is known color: Fuchsia Pink. HEX triplet: F5, 7F and FB. RGB value is (245,127,251). Sum of RGB (Red+Green+Blue) = 245+127+251=623 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.33% from 623); Green value is 127 (50% from 255 or 20.39% from 623); Blue value is 251 (98.44% from 255 or 40.29% from 623); Max value from RGB is 251 - color contains mainly: blue. Hex color #F57FFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F57FFB is #0A8004. Grayscale: #B0B0B0. Windows color (decimal): -688133 or 16482293. OLE color: 16482293.
HSL color Cylindrical-coordinate representation of color #F57FFB: hue angle of 297.1º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F57FFB is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 127 | 251 | - |
| CMYK | 0.02 | 0.49 | 0 | 0.02 |
| HSL | 297.1º | 0.94% | 0.74% | - |
| HSV(B) | 297.1º | 0.49% | 0.98% | - |
| XYZ | 62.66 | 41.56 | 95.99 | - |
| YUV | 176.42 | 170.09 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 127 | 251 | 0.02 | 0.49 | 0 | 0.02 | 297.1 | 0.94 | 0.74 |
| Hex | F5 | 7F | FB | 2 | 31 | 0 | 2 | 129 | 5E | 4A |
| Octal | 365 | 177 | 373 | 2 | 61 | 0 | 2 | 451 | 136 | 112 |
| Binary | 11110101 | 1111111 | 11111011 | 10 | 110001 | 0 | 10 | 100101001 | 1011110 | 1001010 |
Color Harmonies of #F57FFB
Complementary color
Monochromatic Colors of #F57FFB
Black with #F57FFB
Text Example
Text Example
White with #F57FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57FFB; }
p { color: rgb(245,127,251); }
H1.HeaderClassName
{
color: #F57FFB;
}
.AnyTagClassName
{
color: #F57FFB;
}
</style>
background-color css
<style>
a { background-color: #F57FFB; }
a { background-color: rgb(245,127,251); }
div.DivClassName
{
background-color: #F57FFB;
}
.BgClassName
{
background-color: #F57FFB;
}
</style>
border-color css
<style>
span { border-color: #F57FFB; }
span { border-color: rgb(245,127,251); }
td.TdClassName
{
border-color: #F57FFB;
}
.TagClassName
{
border-color: #F57FFB;
}
</style>