Shades of Ultra Pink #F170FF
Tints of Ultra Pink #F170FF
RGB
CMYK
RGB Variations
Color information
#F170FF (or 0xF170FF) is known color: Ultra Pink. HEX triplet: F1, 70 and FF. RGB value is (241,112,255). Sum of RGB (Red+Green+Blue) = 241+112+255=608 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.64% from 608); Green value is 112 (44.14% from 255 or 18.42% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #F170FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F170FF is #0E8F00. Grayscale: #A6A6A6. Windows color (decimal): -954113 or 16740593. OLE color: 16740593.
HSL color Cylindrical-coordinate representation of color #F170FF: hue angle of 294.13º 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 #F170FF is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 112 | 255 | - |
| CMYK | 0.05 | 0.56 | 0 | 0 |
| HSL | 294.13º | 1% | 0.72% | - |
| HSV(B) | 294.13º | 0.56% | 1% | - |
| XYZ | 60.12 | 37.51 | 98.68 | - |
| YUV | 166.87 | 177.74 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 112 | 255 | 0.05 | 0.56 | 0 | 0 | 294.13 | 1 | 0.72 |
| Hex | F1 | 70 | FF | 5 | 38 | 0 | 0 | 126 | 64 | 48 |
| Octal | 361 | 160 | 377 | 5 | 70 | 0 | 0 | 446 | 144 | 110 |
| Binary | 11110001 | 1110000 | 11111111 | 101 | 111000 | 0 | 0 | 100100110 | 1100100 | 1001000 |
Color Harmonies of #F170FF
Complementary color
Monochromatic Colors of #F170FF
Black with #F170FF
Text Example
Text Example
White with #F170FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F170FF; }
p { color: rgb(241,112,255); }
H1.HeaderClassName
{
color: #F170FF;
}
.AnyTagClassName
{
color: #F170FF;
}
</style>
background-color css
<style>
a { background-color: #F170FF; }
a { background-color: rgb(241,112,255); }
div.DivClassName
{
background-color: #F170FF;
}
.BgClassName
{
background-color: #F170FF;
}
</style>
border-color css
<style>
span { border-color: #F170FF; }
span { border-color: rgb(241,112,255); }
td.TdClassName
{
border-color: #F170FF;
}
.TagClassName
{
border-color: #F170FF;
}
</style>