Shades of Ultra Pink #FF6FFB
Tints of Ultra Pink #FF6FFB
RGB
CMYK
RGB Variations
Color information
#FF6FFB (or 0xFF6FFB) is known color: Ultra Pink. HEX triplet: FF, 6F and FB. RGB value is (255,111,251). Sum of RGB (Red+Green+Blue) = 255+111+251=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 111 (43.75% from 255 or 17.99% from 617); Blue value is 251 (98.44% from 255 or 40.68% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6FFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF6FFB is #009004. Grayscale: #A9A9A9. Windows color (decimal): -36869 or 16478207. OLE color: 16478207.
HSL color Cylindrical-coordinate representation of color #FF6FFB: hue angle of 301.67º 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 #FF6FFB is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 111 | 251 | - |
| CMYK | 0 | 0.56 | 0.02 | 0 |
| HSL | 301.67º | 1% | 0.72% | - |
| HSV(B) | 301.67º | 0.56% | 1% | - |
| XYZ | 64.34 | 39.59 | 95.52 | - |
| YUV | 170.02 | 173.71 | 188.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 111 | 251 | 0 | 0.56 | 0.02 | 0 | 301.67 | 1 | 0.72 |
| Hex | FF | 6F | FB | 0 | 38 | 2 | 0 | 12E | 64 | 48 |
| Octal | 377 | 157 | 373 | 0 | 70 | 2 | 0 | 456 | 144 | 110 |
| Binary | 11111111 | 1101111 | 11111011 | 0 | 111000 | 10 | 0 | 100101110 | 1100100 | 1001000 |
Color Harmonies of #FF6FFB
Complementary color
Monochromatic Colors of #FF6FFB
Black with #FF6FFB
Text Example
Text Example
White with #FF6FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6FFB; }
p { color: rgb(255,111,251); }
H1.HeaderClassName
{
color: #FF6FFB;
}
.AnyTagClassName
{
color: #FF6FFB;
}
</style>
background-color css
<style>
a { background-color: #FF6FFB; }
a { background-color: rgb(255,111,251); }
div.DivClassName
{
background-color: #FF6FFB;
}
.BgClassName
{
background-color: #FF6FFB;
}
</style>
border-color css
<style>
span { border-color: #FF6FFB; }
span { border-color: rgb(255,111,251); }
td.TdClassName
{
border-color: #FF6FFB;
}
.TagClassName
{
border-color: #FF6FFB;
}
</style>