Shades of Ultra Pink #FF6BF0
Tints of Ultra Pink #FF6BF0
RGB
CMYK
RGB Variations
Color information
#FF6BF0 (or 0xFF6BF0) is known color: Ultra Pink. HEX triplet: FF, 6B and F0. RGB value is (255,107,240). Sum of RGB (Red+Green+Blue) = 255+107+240=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 107 (42.19% from 255 or 17.77% from 602); Blue value is 240 (94.14% from 255 or 39.87% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6BF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF6BF0 is #00940F. Grayscale: #A6A6A6. Windows color (decimal): -37904 or 15756287. OLE color: 15756287.
HSL color Cylindrical-coordinate representation of color #FF6BF0: hue angle of 306.08º 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 #FF6BF0 is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 107 | 240 | - |
| CMYK | 0 | 0.58 | 0.06 | 0 |
| HSL | 306.08º | 1% | 0.71% | - |
| HSV(B) | 306.08º | 0.58% | 1% | - |
| XYZ | 62.23 | 38.07 | 86.51 | - |
| YUV | 166.41 | 169.53 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 107 | 240 | 0 | 0.58 | 0.06 | 0 | 306.08 | 1 | 0.71 |
| Hex | FF | 6B | F0 | 0 | 3A | 6 | 0 | 132 | 64 | 47 |
| Octal | 377 | 153 | 360 | 0 | 72 | 6 | 0 | 462 | 144 | 107 |
| Binary | 11111111 | 1101011 | 11110000 | 0 | 111010 | 110 | 0 | 100110010 | 1100100 | 1000111 |
Color Harmonies of #FF6BF0
Complementary color
Monochromatic Colors of #FF6BF0
Black with #FF6BF0
Text Example
Text Example
White with #FF6BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6BF0; }
p { color: rgb(255,107,240); }
H1.HeaderClassName
{
color: #FF6BF0;
}
.AnyTagClassName
{
color: #FF6BF0;
}
</style>
background-color css
<style>
a { background-color: #FF6BF0; }
a { background-color: rgb(255,107,240); }
div.DivClassName
{
background-color: #FF6BF0;
}
.BgClassName
{
background-color: #FF6BF0;
}
</style>
border-color css
<style>
span { border-color: #FF6BF0; }
span { border-color: rgb(255,107,240); }
td.TdClassName
{
border-color: #FF6BF0;
}
.TagClassName
{
border-color: #FF6BF0;
}
</style>