Shades of Ultra Pink #F172FA
Tints of Ultra Pink #F172FA
RGB
CMYK
RGB Variations
Color information
#F172FA (or 0xF172FA) is known color: Ultra Pink. HEX triplet: F1, 72 and FA. RGB value is (241,114,250). Sum of RGB (Red+Green+Blue) = 241+114+250=605 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.83% from 605); Green value is 114 (44.92% from 255 or 18.84% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #F172FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F172FA is #0E8D05. Grayscale: #A7A7A7. Windows color (decimal): -953606 or 16413425. OLE color: 16413425.
HSL color Cylindrical-coordinate representation of color #F172FA: hue angle of 296.03º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F172FA is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 114 | 250 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.02 |
| HSL | 296.03º | 0.93% | 0.71% | - |
| HSV(B) | 296.03º | 0.54% | 0.98% | - |
| XYZ | 59.55 | 37.64 | 94.57 | - |
| YUV | 167.48 | 174.58 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 114 | 250 | 0.04 | 0.54 | 0 | 0.02 | 296.03 | 0.93 | 0.71 |
| Hex | F1 | 72 | FA | 4 | 36 | 0 | 2 | 128 | 5D | 47 |
| Octal | 361 | 162 | 372 | 4 | 66 | 0 | 2 | 450 | 135 | 107 |
| Binary | 11110001 | 1110010 | 11111010 | 100 | 110110 | 0 | 10 | 100101000 | 1011101 | 1000111 |
Color Harmonies of #F172FA
Complementary color
Monochromatic Colors of #F172FA
Black with #F172FA
Text Example
Text Example
White with #F172FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F172FA; }
p { color: rgb(241,114,250); }
H1.HeaderClassName
{
color: #F172FA;
}
.AnyTagClassName
{
color: #F172FA;
}
</style>
background-color css
<style>
a { background-color: #F172FA; }
a { background-color: rgb(241,114,250); }
div.DivClassName
{
background-color: #F172FA;
}
.BgClassName
{
background-color: #F172FA;
}
</style>
border-color css
<style>
span { border-color: #F172FA; }
span { border-color: rgb(241,114,250); }
td.TdClassName
{
border-color: #F172FA;
}
.TagClassName
{
border-color: #F172FA;
}
</style>