Shades of Ultra Pink #F170FA
Tints of Ultra Pink #F170FA
RGB
CMYK
RGB Variations
Color information
#F170FA (or 0xF170FA) is known color: Ultra Pink. HEX triplet: F1, 70 and FA. RGB value is (241,112,250). Sum of RGB (Red+Green+Blue) = 241+112+250=603 (79% of max value = 765). Red value is 241 (94.53% from 255 or 39.97% from 603); Green value is 112 (44.14% from 255 or 18.57% from 603); Blue value is 250 (98.05% from 255 or 41.46% from 603); Max value from RGB is 250 - color contains mainly: blue. Hex color #F170FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F170FA is #0E8F05. Grayscale: #A5A5A5. Windows color (decimal): -954118 or 16412913. OLE color: 16412913.
HSL color Cylindrical-coordinate representation of color #F170FA: hue angle of 296.09º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F170FA is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 112 | 250 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.02 |
| HSL | 296.09º | 0.93% | 0.71% | - |
| HSV(B) | 296.09º | 0.55% | 0.98% | - |
| XYZ | 59.33 | 37.19 | 94.49 | - |
| YUV | 166.3 | 175.24 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 112 | 250 | 0.04 | 0.55 | 0 | 0.02 | 296.09 | 0.93 | 0.71 |
| Hex | F1 | 70 | FA | 4 | 37 | 0 | 2 | 128 | 5D | 47 |
| Octal | 361 | 160 | 372 | 4 | 67 | 0 | 2 | 450 | 135 | 107 |
| Binary | 11110001 | 1110000 | 11111010 | 100 | 110111 | 0 | 10 | 100101000 | 1011101 | 1000111 |
Color Harmonies of #F170FA
Complementary color
Monochromatic Colors of #F170FA
Black with #F170FA
Text Example
Text Example
White with #F170FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F170FA; }
p { color: rgb(241,112,250); }
H1.HeaderClassName
{
color: #F170FA;
}
.AnyTagClassName
{
color: #F170FA;
}
</style>
background-color css
<style>
a { background-color: #F170FA; }
a { background-color: rgb(241,112,250); }
div.DivClassName
{
background-color: #F170FA;
}
.BgClassName
{
background-color: #F170FA;
}
</style>
border-color css
<style>
span { border-color: #F170FA; }
span { border-color: rgb(241,112,250); }
td.TdClassName
{
border-color: #F170FA;
}
.TagClassName
{
border-color: #F170FA;
}
</style>