Shades of Ultra Pink #FB6FFD
Tints of Ultra Pink #FB6FFD
RGB
CMYK
RGB Variations
Color information
#FB6FFD (or 0xFB6FFD) is known color: Ultra Pink. HEX triplet: FB, 6F and FD. RGB value is (251,111,253). Sum of RGB (Red+Green+Blue) = 251+111+253=615 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.81% from 615); Green value is 111 (43.75% from 255 or 18.05% from 615); Blue value is 253 (99.22% from 255 or 41.14% from 615); Max value from RGB is 253 - color contains mainly: blue. Hex color #FB6FFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB6FFD is #049002. Grayscale: #A8A8A8. Windows color (decimal): -299011 or 16609275. OLE color: 16609275.
HSL color Cylindrical-coordinate representation of color #FB6FFD: hue angle of 299.15º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FB6FFD is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 111 | 253 | - |
| CMYK | 0.01 | 0.56 | 0 | 0.01 |
| HSL | 299.15º | 0.97% | 0.71% | - |
| HSV(B) | 299.15º | 0.56% | 0.99% | - |
| XYZ | 63.2 | 38.97 | 97.12 | - |
| YUV | 169.05 | 175.38 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 111 | 253 | 0.01 | 0.56 | 0 | 0.01 | 299.15 | 0.97 | 0.71 |
| Hex | FB | 6F | FD | 1 | 38 | 0 | 1 | 12B | 61 | 47 |
| Octal | 373 | 157 | 375 | 1 | 70 | 0 | 1 | 453 | 141 | 107 |
| Binary | 11111011 | 1101111 | 11111101 | 1 | 111000 | 0 | 1 | 100101011 | 1100001 | 1000111 |
Color Harmonies of #FB6FFD
Complementary color
Monochromatic Colors of #FB6FFD
Black with #FB6FFD
Text Example
Text Example
White with #FB6FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6FFD; }
p { color: rgb(251,111,253); }
H1.HeaderClassName
{
color: #FB6FFD;
}
.AnyTagClassName
{
color: #FB6FFD;
}
</style>
background-color css
<style>
a { background-color: #FB6FFD; }
a { background-color: rgb(251,111,253); }
div.DivClassName
{
background-color: #FB6FFD;
}
.BgClassName
{
background-color: #FB6FFD;
}
</style>
border-color css
<style>
span { border-color: #FB6FFD; }
span { border-color: rgb(251,111,253); }
td.TdClassName
{
border-color: #FB6FFD;
}
.TagClassName
{
border-color: #FB6FFD;
}
</style>