Shades of Fuchsia Pink #F07BFF
Tints of Fuchsia Pink #F07BFF
RGB
CMYK
RGB Variations
Color information
#F07BFF (or 0xF07BFF) is known color: Fuchsia Pink. HEX triplet: F0, 7B and FF. RGB value is (240,123,255). Sum of RGB (Red+Green+Blue) = 240+123+255=618 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.83% from 618); Green value is 123 (48.44% from 255 or 19.90% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #F07BFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07BFF is #0F8400. Grayscale: #ACACAC. Windows color (decimal): -1016833 or 16743408. OLE color: 16743408.
HSL color Cylindrical-coordinate representation of color #F07BFF: hue angle of 293.18º 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 #F07BFF is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 123 | 255 | - |
| CMYK | 0.06 | 0.52 | 0 | 0 |
| HSL | 293.18º | 1% | 0.74% | - |
| HSV(B) | 293.18º | 0.52% | 1% | - |
| XYZ | 61.07 | 39.91 | 99.09 | - |
| YUV | 173.03 | 174.26 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 123 | 255 | 0.06 | 0.52 | 0 | 0 | 293.18 | 1 | 0.74 |
| Hex | F0 | 7B | FF | 6 | 34 | 0 | 0 | 125 | 64 | 4A |
| Octal | 360 | 173 | 377 | 6 | 64 | 0 | 0 | 445 | 144 | 112 |
| Binary | 11110000 | 1111011 | 11111111 | 110 | 110100 | 0 | 0 | 100100101 | 1100100 | 1001010 |
Color Harmonies of #F07BFF
Complementary color
Monochromatic Colors of #F07BFF
Black with #F07BFF
Text Example
Text Example
White with #F07BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07BFF; }
p { color: rgb(240,123,255); }
H1.HeaderClassName
{
color: #F07BFF;
}
.AnyTagClassName
{
color: #F07BFF;
}
</style>
background-color css
<style>
a { background-color: #F07BFF; }
a { background-color: rgb(240,123,255); }
div.DivClassName
{
background-color: #F07BFF;
}
.BgClassName
{
background-color: #F07BFF;
}
</style>
border-color css
<style>
span { border-color: #F07BFF; }
span { border-color: rgb(240,123,255); }
td.TdClassName
{
border-color: #F07BFF;
}
.TagClassName
{
border-color: #F07BFF;
}
</style>