Shades of Ultra Pink #F671F2
Tints of Ultra Pink #F671F2
RGB
CMYK
RGB Variations
Color information
#F671F2 (or 0xF671F2) is known color: Ultra Pink. HEX triplet: F6, 71 and F2. RGB value is (246,113,242). Sum of RGB (Red+Green+Blue) = 246+113+242=601 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.93% from 601); Green value is 113 (44.53% from 255 or 18.80% from 601); Blue value is 242 (94.92% from 255 or 40.27% from 601); Max value from RGB is 246 - color contains mainly: red. Hex color #F671F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F671F2 is #098E0D. Grayscale: #A7A7A7. Windows color (decimal): -626190 or 15888886. OLE color: 15888886.
HSL color Cylindrical-coordinate representation of color #F671F2: hue angle of 301.8º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F671F2 is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 113 | 242 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.04 |
| HSL | 301.8º | 0.88% | 0.7% | - |
| HSV(B) | 301.8º | 0.54% | 0.96% | - |
| XYZ | 59.94 | 37.81 | 88.14 | - |
| YUV | 167.47 | 170.06 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 113 | 242 | 0 | 0.54 | 0.02 | 0.04 | 301.8 | 0.88 | 0.7 |
| Hex | F6 | 71 | F2 | 0 | 36 | 2 | 4 | 12E | 58 | 46 |
| Octal | 366 | 161 | 362 | 0 | 66 | 2 | 4 | 456 | 130 | 106 |
| Binary | 11110110 | 1110001 | 11110010 | 0 | 110110 | 10 | 100 | 100101110 | 1011000 | 1000110 |
Color Harmonies of #F671F2
Complementary color
Monochromatic Colors of #F671F2
Black with #F671F2
Text Example
Text Example
White with #F671F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F671F2; }
p { color: rgb(246,113,242); }
H1.HeaderClassName
{
color: #F671F2;
}
.AnyTagClassName
{
color: #F671F2;
}
</style>
background-color css
<style>
a { background-color: #F671F2; }
a { background-color: rgb(246,113,242); }
div.DivClassName
{
background-color: #F671F2;
}
.BgClassName
{
background-color: #F671F2;
}
</style>
border-color css
<style>
span { border-color: #F671F2; }
span { border-color: rgb(246,113,242); }
td.TdClassName
{
border-color: #F671F2;
}
.TagClassName
{
border-color: #F671F2;
}
</style>