Shades of Ultra Pink #FF6BF6
Tints of Ultra Pink #FF6BF6
RGB
CMYK
RGB Variations
Color information
#FF6BF6 (or 0xFF6BF6) is known color: Ultra Pink. HEX triplet: FF, 6B and F6. RGB value is (255,107,246). Sum of RGB (Red+Green+Blue) = 255+107+246=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 107 (42.19% from 255 or 17.60% from 608); Blue value is 246 (96.48% from 255 or 40.46% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6BF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF6BF6 is #009409. Grayscale: #A6A6A6. Windows color (decimal): -37898 or 16149503. OLE color: 16149503.
HSL color Cylindrical-coordinate representation of color #FF6BF6: hue angle of 303.65º 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 #FF6BF6 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 107 | 246 | - |
| CMYK | 0 | 0.58 | 0.04 | 0 |
| HSL | 303.65º | 1% | 0.71% | - |
| HSV(B) | 303.65º | 0.58% | 1% | - |
| XYZ | 63.13 | 38.43 | 91.28 | - |
| YUV | 167.1 | 172.53 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 107 | 246 | 0 | 0.58 | 0.04 | 0 | 303.65 | 1 | 0.71 |
| Hex | FF | 6B | F6 | 0 | 3A | 4 | 0 | 130 | 64 | 47 |
| Octal | 377 | 153 | 366 | 0 | 72 | 4 | 0 | 460 | 144 | 107 |
| Binary | 11111111 | 1101011 | 11110110 | 0 | 111010 | 100 | 0 | 100110000 | 1100100 | 1000111 |
Color Harmonies of #FF6BF6
Complementary color
Monochromatic Colors of #FF6BF6
Black with #FF6BF6
Text Example
Text Example
White with #FF6BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6BF6; }
p { color: rgb(255,107,246); }
H1.HeaderClassName
{
color: #FF6BF6;
}
.AnyTagClassName
{
color: #FF6BF6;
}
</style>
background-color css
<style>
a { background-color: #FF6BF6; }
a { background-color: rgb(255,107,246); }
div.DivClassName
{
background-color: #FF6BF6;
}
.BgClassName
{
background-color: #FF6BF6;
}
</style>
border-color css
<style>
span { border-color: #FF6BF6; }
span { border-color: rgb(255,107,246); }
td.TdClassName
{
border-color: #FF6BF6;
}
.TagClassName
{
border-color: #FF6BF6;
}
</style>