Shades of Ultra Pink #FF6FFA
Tints of Ultra Pink #FF6FFA
RGB
CMYK
RGB Variations
Color information
#FF6FFA (or 0xFF6FFA) is known color: Ultra Pink. HEX triplet: FF, 6F and FA. RGB value is (255,111,250). Sum of RGB (Red+Green+Blue) = 255+111+250=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 111 (43.75% from 255 or 18.02% from 616); Blue value is 250 (98.05% from 255 or 40.58% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6FFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF6FFA is #009005. Grayscale: #A9A9A9. Windows color (decimal): -36870 or 16412671. OLE color: 16412671.
HSL color Cylindrical-coordinate representation of color #FF6FFA: hue angle of 302.08º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF6FFA is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 111 | 250 | - |
| CMYK | 0 | 0.56 | 0.02 | 0 |
| HSL | 302.08º | 1% | 0.72% | - |
| HSV(B) | 302.08º | 0.56% | 1% | - |
| XYZ | 64.18 | 39.53 | 94.69 | - |
| YUV | 169.9 | 173.21 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 111 | 250 | 0 | 0.56 | 0.02 | 0 | 302.08 | 1 | 0.72 |
| Hex | FF | 6F | FA | 0 | 38 | 2 | 0 | 12E | 64 | 48 |
| Octal | 377 | 157 | 372 | 0 | 70 | 2 | 0 | 456 | 144 | 110 |
| Binary | 11111111 | 1101111 | 11111010 | 0 | 111000 | 10 | 0 | 100101110 | 1100100 | 1001000 |
Color Harmonies of #FF6FFA
Complementary color
Monochromatic Colors of #FF6FFA
Black with #FF6FFA
Text Example
Text Example
White with #FF6FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6FFA; }
p { color: rgb(255,111,250); }
H1.HeaderClassName
{
color: #FF6FFA;
}
.AnyTagClassName
{
color: #FF6FFA;
}
</style>
background-color css
<style>
a { background-color: #FF6FFA; }
a { background-color: rgb(255,111,250); }
div.DivClassName
{
background-color: #FF6FFA;
}
.BgClassName
{
background-color: #FF6FFA;
}
</style>
border-color css
<style>
span { border-color: #FF6FFA; }
span { border-color: rgb(255,111,250); }
td.TdClassName
{
border-color: #FF6FFA;
}
.TagClassName
{
border-color: #FF6FFA;
}
</style>