Shades of Ultra Pink #FD6BFB
Tints of Ultra Pink #FD6BFB
RGB
CMYK
RGB Variations
Color information
#FD6BFB (or 0xFD6BFB) is known color: Ultra Pink. HEX triplet: FD, 6B and FB. RGB value is (253,107,251). Sum of RGB (Red+Green+Blue) = 253+107+251=611 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.41% from 611); Green value is 107 (42.19% from 255 or 17.51% from 611); Blue value is 251 (98.44% from 255 or 41.08% from 611); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6BFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD6BFB is #029404. Grayscale: #A6A6A6. Windows color (decimal): -168965 or 16477181. OLE color: 16477181.
HSL color Cylindrical-coordinate representation of color #FD6BFB: hue angle of 300.82º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FD6BFB is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 107 | 251 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.01 |
| HSL | 300.82º | 0.97% | 0.71% | - |
| HSV(B) | 300.82º | 0.58% | 0.99% | - |
| XYZ | 63.18 | 38.36 | 95.34 | - |
| YUV | 167.07 | 175.37 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 107 | 251 | 0 | 0.58 | 0.01 | 0.01 | 300.82 | 0.97 | 0.71 |
| Hex | FD | 6B | FB | 0 | 3A | 1 | 1 | 12D | 61 | 47 |
| Octal | 375 | 153 | 373 | 0 | 72 | 1 | 1 | 455 | 141 | 107 |
| Binary | 11111101 | 1101011 | 11111011 | 0 | 111010 | 1 | 1 | 100101101 | 1100001 | 1000111 |
Color Harmonies of #FD6BFB
Complementary color
Monochromatic Colors of #FD6BFB
Black with #FD6BFB
Text Example
Text Example
White with #FD6BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6BFB; }
p { color: rgb(253,107,251); }
H1.HeaderClassName
{
color: #FD6BFB;
}
.AnyTagClassName
{
color: #FD6BFB;
}
</style>
background-color css
<style>
a { background-color: #FD6BFB; }
a { background-color: rgb(253,107,251); }
div.DivClassName
{
background-color: #FD6BFB;
}
.BgClassName
{
background-color: #FD6BFB;
}
</style>
border-color css
<style>
span { border-color: #FD6BFB; }
span { border-color: rgb(253,107,251); }
td.TdClassName
{
border-color: #FD6BFB;
}
.TagClassName
{
border-color: #FD6BFB;
}
</style>