Shades of Ultra Pink #F16FFD
Tints of Ultra Pink #F16FFD
RGB
CMYK
RGB Variations
Color information
#F16FFD (or 0xF16FFD) is known color: Ultra Pink. HEX triplet: F1, 6F and FD. RGB value is (241,111,253). Sum of RGB (Red+Green+Blue) = 241+111+253=605 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.83% from 605); Green value is 111 (43.75% from 255 or 18.35% from 605); Blue value is 253 (99.22% from 255 or 41.82% from 605); Max value from RGB is 253 - color contains mainly: blue. Hex color #F16FFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F16FFD is #0E9002. Grayscale: #A5A5A5. Windows color (decimal): -954371 or 16609265. OLE color: 16609265.
HSL color Cylindrical-coordinate representation of color #F16FFD: hue angle of 294.93º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F16FFD is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 111 | 253 | - |
| CMYK | 0.05 | 0.56 | 0 | 0.01 |
| HSL | 294.93º | 0.97% | 0.71% | - |
| HSV(B) | 294.93º | 0.56% | 0.99% | - |
| XYZ | 59.69 | 37.16 | 96.96 | - |
| YUV | 166.06 | 177.07 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 111 | 253 | 0.05 | 0.56 | 0 | 0.01 | 294.93 | 0.97 | 0.71 |
| Hex | F1 | 6F | FD | 5 | 38 | 0 | 1 | 127 | 61 | 47 |
| Octal | 361 | 157 | 375 | 5 | 70 | 0 | 1 | 447 | 141 | 107 |
| Binary | 11110001 | 1101111 | 11111101 | 101 | 111000 | 0 | 1 | 100100111 | 1100001 | 1000111 |
Color Harmonies of #F16FFD
Complementary color
Monochromatic Colors of #F16FFD
Black with #F16FFD
Text Example
Text Example
White with #F16FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16FFD; }
p { color: rgb(241,111,253); }
H1.HeaderClassName
{
color: #F16FFD;
}
.AnyTagClassName
{
color: #F16FFD;
}
</style>
background-color css
<style>
a { background-color: #F16FFD; }
a { background-color: rgb(241,111,253); }
div.DivClassName
{
background-color: #F16FFD;
}
.BgClassName
{
background-color: #F16FFD;
}
</style>
border-color css
<style>
span { border-color: #F16FFD; }
span { border-color: rgb(241,111,253); }
td.TdClassName
{
border-color: #F16FFD;
}
.TagClassName
{
border-color: #F16FFD;
}
</style>