Shades of Ultra Pink #FF6BFB
Tints of Ultra Pink #FF6BFB
RGB
CMYK
RGB Variations
Color information
#FF6BFB (or 0xFF6BFB) is known color: Ultra Pink. HEX triplet: FF, 6B and FB. RGB value is (255,107,251). Sum of RGB (Red+Green+Blue) = 255+107+251=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 107 (42.19% from 255 or 17.46% from 613); Blue value is 251 (98.44% from 255 or 40.95% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6BFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF6BFB is #009404. Grayscale: #A7A7A7. Windows color (decimal): -37893 or 16477183. OLE color: 16477183.
HSL color Cylindrical-coordinate representation of color #FF6BFB: hue angle of 301.62º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FF6BFB is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 107 | 251 | - |
| CMYK | 0 | 0.58 | 0.02 | 0 |
| HSL | 301.62º | 1% | 0.71% | - |
| HSV(B) | 301.62º | 0.58% | 1% | - |
| XYZ | 63.91 | 38.74 | 95.38 | - |
| YUV | 167.67 | 175.03 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 107 | 251 | 0 | 0.58 | 0.02 | 0 | 301.62 | 1 | 0.71 |
| Hex | FF | 6B | FB | 0 | 3A | 2 | 0 | 12E | 64 | 47 |
| Octal | 377 | 153 | 373 | 0 | 72 | 2 | 0 | 456 | 144 | 107 |
| Binary | 11111111 | 1101011 | 11111011 | 0 | 111010 | 10 | 0 | 100101110 | 1100100 | 1000111 |
Color Harmonies of #FF6BFB
Complementary color
Monochromatic Colors of #FF6BFB
Black with #FF6BFB
Text Example
Text Example
White with #FF6BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6BFB; }
p { color: rgb(255,107,251); }
H1.HeaderClassName
{
color: #FF6BFB;
}
.AnyTagClassName
{
color: #FF6BFB;
}
</style>
background-color css
<style>
a { background-color: #FF6BFB; }
a { background-color: rgb(255,107,251); }
div.DivClassName
{
background-color: #FF6BFB;
}
.BgClassName
{
background-color: #FF6BFB;
}
</style>
border-color css
<style>
span { border-color: #FF6BFB; }
span { border-color: rgb(255,107,251); }
td.TdClassName
{
border-color: #FF6BFB;
}
.TagClassName
{
border-color: #FF6BFB;
}
</style>