Shades of Ultra Pink #FF6FF6
Tints of Ultra Pink #FF6FF6
RGB
CMYK
RGB Variations
Color information
#FF6FF6 (or 0xFF6FF6) is known color: Ultra Pink. HEX triplet: FF, 6F and F6. RGB value is (255,111,246). Sum of RGB (Red+Green+Blue) = 255+111+246=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 111 (43.75% from 255 or 18.14% from 612); Blue value is 246 (96.48% from 255 or 40.20% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6FF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF6FF6 is #009009. Grayscale: #A9A9A9. Windows color (decimal): -36874 or 16150527. OLE color: 16150527.
HSL color Cylindrical-coordinate representation of color #FF6FF6: hue angle of 303.75º 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 #FF6FF6 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 111 | 246 | - |
| CMYK | 0 | 0.56 | 0.04 | 0 |
| HSL | 303.75º | 1% | 0.72% | - |
| HSV(B) | 303.75º | 0.56% | 1% | - |
| XYZ | 63.56 | 39.28 | 91.42 | - |
| YUV | 169.45 | 171.21 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 111 | 246 | 0 | 0.56 | 0.04 | 0 | 303.75 | 1 | 0.72 |
| Hex | FF | 6F | F6 | 0 | 38 | 4 | 0 | 130 | 64 | 48 |
| Octal | 377 | 157 | 366 | 0 | 70 | 4 | 0 | 460 | 144 | 110 |
| Binary | 11111111 | 1101111 | 11110110 | 0 | 111000 | 100 | 0 | 100110000 | 1100100 | 1001000 |
Color Harmonies of #FF6FF6
Complementary color
Monochromatic Colors of #FF6FF6
Black with #FF6FF6
Text Example
Text Example
White with #FF6FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6FF6; }
p { color: rgb(255,111,246); }
H1.HeaderClassName
{
color: #FF6FF6;
}
.AnyTagClassName
{
color: #FF6FF6;
}
</style>
background-color css
<style>
a { background-color: #FF6FF6; }
a { background-color: rgb(255,111,246); }
div.DivClassName
{
background-color: #FF6FF6;
}
.BgClassName
{
background-color: #FF6FF6;
}
</style>
border-color css
<style>
span { border-color: #FF6FF6; }
span { border-color: rgb(255,111,246); }
td.TdClassName
{
border-color: #FF6FF6;
}
.TagClassName
{
border-color: #FF6FF6;
}
</style>