Shades of Fuchsia Pink #FB74FF
Tints of Fuchsia Pink #FB74FF
RGB
CMYK
RGB Variations
Color information
#FB74FF (or 0xFB74FF) is known color: Fuchsia Pink. HEX triplet: FB, 74 and FF. RGB value is (251,116,255). Sum of RGB (Red+Green+Blue) = 251+116+255=622 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.35% from 622); Green value is 116 (45.70% from 255 or 18.65% 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 #FB74FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB74FF is #048B00. Grayscale: #ABABAB. Windows color (decimal): -297729 or 16741627. OLE color: 16741627.
HSL color Cylindrical-coordinate representation of color #FB74FF: hue angle of 298.27º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FB74FF is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 116 | 255 | - |
| CMYK | 0.02 | 0.55 | 0 | 0 |
| HSL | 298.27º | 1% | 0.73% | - |
| HSV(B) | 298.27º | 0.55% | 1% | - |
| XYZ | 64.08 | 40.22 | 98.99 | - |
| YUV | 172.21 | 174.73 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 116 | 255 | 0.02 | 0.55 | 0 | 0 | 298.27 | 1 | 0.73 |
| Hex | FB | 74 | FF | 2 | 37 | 0 | 0 | 12A | 64 | 49 |
| Octal | 373 | 164 | 377 | 2 | 67 | 0 | 0 | 452 | 144 | 111 |
| Binary | 11111011 | 1110100 | 11111111 | 10 | 110111 | 0 | 0 | 100101010 | 1100100 | 1001001 |
Color Harmonies of #FB74FF
Complementary color
Monochromatic Colors of #FB74FF
Black with #FB74FF
Text Example
Text Example
White with #FB74FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB74FF; }
p { color: rgb(251,116,255); }
H1.HeaderClassName
{
color: #FB74FF;
}
.AnyTagClassName
{
color: #FB74FF;
}
</style>
background-color css
<style>
a { background-color: #FB74FF; }
a { background-color: rgb(251,116,255); }
div.DivClassName
{
background-color: #FB74FF;
}
.BgClassName
{
background-color: #FB74FF;
}
</style>
border-color css
<style>
span { border-color: #FB74FF; }
span { border-color: rgb(251,116,255); }
td.TdClassName
{
border-color: #FB74FF;
}
.TagClassName
{
border-color: #FB74FF;
}
</style>