Shades of Ultra Pink #F170FE
Tints of Ultra Pink #F170FE
RGB
CMYK
RGB Variations
Color information
#F170FE (or 0xF170FE) is known color: Ultra Pink. HEX triplet: F1, 70 and FE. RGB value is (241,112,254). Sum of RGB (Red+Green+Blue) = 241+112+254=607 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.70% from 607); Green value is 112 (44.14% from 255 or 18.45% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #F170FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F170FE is #0E8F01. Grayscale: #A6A6A6. Windows color (decimal): -954114 or 16675057. OLE color: 16675057.
HSL color Cylindrical-coordinate representation of color #F170FE: hue angle of 294.51º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F170FE is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 112 | 254 | - |
| CMYK | 0.05 | 0.56 | 0 | 0.00 |
| HSL | 294.51º | 0.99% | 0.72% | - |
| HSV(B) | 294.51º | 0.56% | 1% | - |
| XYZ | 59.96 | 37.44 | 97.83 | - |
| YUV | 166.76 | 177.24 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 112 | 254 | 0.05 | 0.56 | 0 | 0.00 | 294.51 | 0.99 | 0.72 |
| Hex | F1 | 70 | FE | 5 | 38 | 0 | 0 | 127 | 63 | 48 |
| Octal | 361 | 160 | 376 | 5 | 70 | 0 | 0 | 447 | 143 | 110 |
| Binary | 11110001 | 1110000 | 11111110 | 101 | 111000 | 0 | 0 | 100100111 | 1100011 | 1001000 |
Color Harmonies of #F170FE
Complementary color
Monochromatic Colors of #F170FE
Black with #F170FE
Text Example
Text Example
White with #F170FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F170FE; }
p { color: rgb(241,112,254); }
H1.HeaderClassName
{
color: #F170FE;
}
.AnyTagClassName
{
color: #F170FE;
}
</style>
background-color css
<style>
a { background-color: #F170FE; }
a { background-color: rgb(241,112,254); }
div.DivClassName
{
background-color: #F170FE;
}
.BgClassName
{
background-color: #F170FE;
}
</style>
border-color css
<style>
span { border-color: #F170FE; }
span { border-color: rgb(241,112,254); }
td.TdClassName
{
border-color: #F170FE;
}
.TagClassName
{
border-color: #F170FE;
}
</style>