Shades of Ultra Pink #F671FF
Tints of Ultra Pink #F671FF
RGB
CMYK
RGB Variations
Color information
#F671FF (or 0xF671FF) is known color: Ultra Pink. HEX triplet: F6, 71 and FF. RGB value is (246,113,255). Sum of RGB (Red+Green+Blue) = 246+113+255=614 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.07% from 614); Green value is 113 (44.53% from 255 or 18.40% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #F671FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F671FF is #098E00. Grayscale: #A8A8A8. Windows color (decimal): -626177 or 16740854. OLE color: 16740854.
HSL color Cylindrical-coordinate representation of color #F671FF: hue angle of 296.2º 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 #F671FF is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 113 | 255 | - |
| CMYK | 0.04 | 0.56 | 0 | 0 |
| HSL | 296.2º | 1% | 0.72% | - |
| HSV(B) | 296.2º | 0.56% | 1% | - |
| XYZ | 61.96 | 38.62 | 98.8 | - |
| YUV | 168.96 | 176.56 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 113 | 255 | 0.04 | 0.56 | 0 | 0 | 296.2 | 1 | 0.72 |
| Hex | F6 | 71 | FF | 4 | 38 | 0 | 0 | 128 | 64 | 48 |
| Octal | 366 | 161 | 377 | 4 | 70 | 0 | 0 | 450 | 144 | 110 |
| Binary | 11110110 | 1110001 | 11111111 | 100 | 111000 | 0 | 0 | 100101000 | 1100100 | 1001000 |
Color Harmonies of #F671FF
Complementary color
Monochromatic Colors of #F671FF
Black with #F671FF
Text Example
Text Example
White with #F671FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F671FF; }
p { color: rgb(246,113,255); }
H1.HeaderClassName
{
color: #F671FF;
}
.AnyTagClassName
{
color: #F671FF;
}
</style>
background-color css
<style>
a { background-color: #F671FF; }
a { background-color: rgb(246,113,255); }
div.DivClassName
{
background-color: #F671FF;
}
.BgClassName
{
background-color: #F671FF;
}
</style>
border-color css
<style>
span { border-color: #F671FF; }
span { border-color: rgb(246,113,255); }
td.TdClassName
{
border-color: #F671FF;
}
.TagClassName
{
border-color: #F671FF;
}
</style>