Shades of Fuchsia Pink #FD7BFB
Tints of Fuchsia Pink #FD7BFB
RGB
CMYK
RGB Variations
Color information
#FD7BFB (or 0xFD7BFB) is known color: Fuchsia Pink. HEX triplet: FD, 7B and FB. RGB value is (253,123,251). Sum of RGB (Red+Green+Blue) = 253+123+251=627 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.35% from 627); Green value is 123 (48.44% from 255 or 19.62% from 627); Blue value is 251 (98.44% from 255 or 40.03% from 627); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7BFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD7BFB is #028404. Grayscale: #B0B0B0. Windows color (decimal): -164869 or 16481277. OLE color: 16481277.
HSL color Cylindrical-coordinate representation of color #FD7BFB: hue angle of 300.92º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FD7BFB is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 123 | 251 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.01 |
| HSL | 300.92º | 0.97% | 0.74% | - |
| HSV(B) | 300.92º | 0.51% | 0.99% | - |
| XYZ | 65 | 42.01 | 95.95 | - |
| YUV | 176.46 | 170.07 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 123 | 251 | 0 | 0.51 | 0.01 | 0.01 | 300.92 | 0.97 | 0.74 |
| Hex | FD | 7B | FB | 0 | 33 | 1 | 1 | 12D | 61 | 4A |
| Octal | 375 | 173 | 373 | 0 | 63 | 1 | 1 | 455 | 141 | 112 |
| Binary | 11111101 | 1111011 | 11111011 | 0 | 110011 | 1 | 1 | 100101101 | 1100001 | 1001010 |
Color Harmonies of #FD7BFB
Complementary color
Monochromatic Colors of #FD7BFB
Black with #FD7BFB
Text Example
Text Example
White with #FD7BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7BFB; }
p { color: rgb(253,123,251); }
H1.HeaderClassName
{
color: #FD7BFB;
}
.AnyTagClassName
{
color: #FD7BFB;
}
</style>
background-color css
<style>
a { background-color: #FD7BFB; }
a { background-color: rgb(253,123,251); }
div.DivClassName
{
background-color: #FD7BFB;
}
.BgClassName
{
background-color: #FD7BFB;
}
</style>
border-color css
<style>
span { border-color: #FD7BFB; }
span { border-color: rgb(253,123,251); }
td.TdClassName
{
border-color: #FD7BFB;
}
.TagClassName
{
border-color: #FD7BFB;
}
</style>