Shades of Fuchsia Pink #F67FFB
Tints of Fuchsia Pink #F67FFB
RGB
CMYK
RGB Variations
Color information
#F67FFB (or 0xF67FFB) is known color: Fuchsia Pink. HEX triplet: F6, 7F and FB. RGB value is (246,127,251). Sum of RGB (Red+Green+Blue) = 246+127+251=624 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.42% from 624); Green value is 127 (50% from 255 or 20.35% from 624); Blue value is 251 (98.44% from 255 or 40.22% from 624); Max value from RGB is 251 - color contains mainly: blue. Hex color #F67FFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F67FFB is #098004. Grayscale: #B0B0B0. Windows color (decimal): -622597 or 16482294. OLE color: 16482294.
HSL color Cylindrical-coordinate representation of color #F67FFB: hue angle of 297.58º 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 #F67FFB is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 127 | 251 | - |
| CMYK | 0.02 | 0.49 | 0 | 0.02 |
| HSL | 297.58º | 0.94% | 0.74% | - |
| HSV(B) | 297.58º | 0.49% | 0.98% | - |
| XYZ | 63.01 | 41.74 | 96 | - |
| YUV | 176.72 | 169.92 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 127 | 251 | 0.02 | 0.49 | 0 | 0.02 | 297.58 | 0.94 | 0.74 |
| Hex | F6 | 7F | FB | 2 | 31 | 0 | 2 | 12A | 5E | 4A |
| Octal | 366 | 177 | 373 | 2 | 61 | 0 | 2 | 452 | 136 | 112 |
| Binary | 11110110 | 1111111 | 11111011 | 10 | 110001 | 0 | 10 | 100101010 | 1011110 | 1001010 |
Color Harmonies of #F67FFB
Complementary color
Monochromatic Colors of #F67FFB
Black with #F67FFB
Text Example
Text Example
White with #F67FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67FFB; }
p { color: rgb(246,127,251); }
H1.HeaderClassName
{
color: #F67FFB;
}
.AnyTagClassName
{
color: #F67FFB;
}
</style>
background-color css
<style>
a { background-color: #F67FFB; }
a { background-color: rgb(246,127,251); }
div.DivClassName
{
background-color: #F67FFB;
}
.BgClassName
{
background-color: #F67FFB;
}
</style>
border-color css
<style>
span { border-color: #F67FFB; }
span { border-color: rgb(246,127,251); }
td.TdClassName
{
border-color: #F67FFB;
}
.TagClassName
{
border-color: #F67FFB;
}
</style>