Shades of Ultra Pink #FB6EFD
Tints of Ultra Pink #FB6EFD
RGB
CMYK
RGB Variations
Color information
#FB6EFD (or 0xFB6EFD) is known color: Ultra Pink. HEX triplet: FB, 6E and FD. RGB value is (251,110,253). Sum of RGB (Red+Green+Blue) = 251+110+253=614 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.88% from 614); Green value is 110 (43.36% from 255 or 17.92% from 614); Blue value is 253 (99.22% from 255 or 41.21% from 614); Max value from RGB is 253 - color contains mainly: blue. Hex color #FB6EFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB6EFD is #049102. Grayscale: #A8A8A8. Windows color (decimal): -299267 or 16609019. OLE color: 16609019.
HSL color Cylindrical-coordinate representation of color #FB6EFD: hue angle of 299.16º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FB6EFD is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 110 | 253 | - |
| CMYK | 0.01 | 0.57 | 0 | 0.01 |
| HSL | 299.16º | 0.97% | 0.71% | - |
| HSV(B) | 299.16º | 0.57% | 0.99% | - |
| XYZ | 63.09 | 38.75 | 97.08 | - |
| YUV | 168.46 | 175.71 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 110 | 253 | 0.01 | 0.57 | 0 | 0.01 | 299.16 | 0.97 | 0.71 |
| Hex | FB | 6E | FD | 1 | 39 | 0 | 1 | 12B | 61 | 47 |
| Octal | 373 | 156 | 375 | 1 | 71 | 0 | 1 | 453 | 141 | 107 |
| Binary | 11111011 | 1101110 | 11111101 | 1 | 111001 | 0 | 1 | 100101011 | 1100001 | 1000111 |
Color Harmonies of #FB6EFD
Complementary color
Monochromatic Colors of #FB6EFD
Black with #FB6EFD
Text Example
Text Example
White with #FB6EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6EFD; }
p { color: rgb(251,110,253); }
H1.HeaderClassName
{
color: #FB6EFD;
}
.AnyTagClassName
{
color: #FB6EFD;
}
</style>
background-color css
<style>
a { background-color: #FB6EFD; }
a { background-color: rgb(251,110,253); }
div.DivClassName
{
background-color: #FB6EFD;
}
.BgClassName
{
background-color: #FB6EFD;
}
</style>
border-color css
<style>
span { border-color: #FB6EFD; }
span { border-color: rgb(251,110,253); }
td.TdClassName
{
border-color: #FB6EFD;
}
.TagClassName
{
border-color: #FB6EFD;
}
</style>