Shades of Ultra Pink #FF6BF7
Tints of Ultra Pink #FF6BF7
RGB
CMYK
RGB Variations
Color information
#FF6BF7 (or 0xFF6BF7) is known color: Ultra Pink. HEX triplet: FF, 6B and F7. RGB value is (255,107,247). Sum of RGB (Red+Green+Blue) = 255+107+247=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 107 (42.19% from 255 or 17.57% from 609); Blue value is 247 (96.88% from 255 or 40.56% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6BF7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF6BF7 is #009408. Grayscale: #A6A6A6. Windows color (decimal): -37897 or 16215039. OLE color: 16215039.
HSL color Cylindrical-coordinate representation of color #FF6BF7: hue angle of 303.24º 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 #FF6BF7 is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 107 | 247 | - |
| CMYK | 0 | 0.58 | 0.03 | 0 |
| HSL | 303.24º | 1% | 0.71% | - |
| HSV(B) | 303.24º | 0.58% | 1% | - |
| XYZ | 63.29 | 38.49 | 92.09 | - |
| YUV | 167.21 | 173.03 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 107 | 247 | 0 | 0.58 | 0.03 | 0 | 303.24 | 1 | 0.71 |
| Hex | FF | 6B | F7 | 0 | 3A | 3 | 0 | 12F | 64 | 47 |
| Octal | 377 | 153 | 367 | 0 | 72 | 3 | 0 | 457 | 144 | 107 |
| Binary | 11111111 | 1101011 | 11110111 | 0 | 111010 | 11 | 0 | 100101111 | 1100100 | 1000111 |
Color Harmonies of #FF6BF7
Complementary color
Monochromatic Colors of #FF6BF7
Black with #FF6BF7
Text Example
Text Example
White with #FF6BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6BF7; }
p { color: rgb(255,107,247); }
H1.HeaderClassName
{
color: #FF6BF7;
}
.AnyTagClassName
{
color: #FF6BF7;
}
</style>
background-color css
<style>
a { background-color: #FF6BF7; }
a { background-color: rgb(255,107,247); }
div.DivClassName
{
background-color: #FF6BF7;
}
.BgClassName
{
background-color: #FF6BF7;
}
</style>
border-color css
<style>
span { border-color: #FF6BF7; }
span { border-color: rgb(255,107,247); }
td.TdClassName
{
border-color: #FF6BF7;
}
.TagClassName
{
border-color: #FF6BF7;
}
</style>