Shades of Ultra Pink #F672F0
Tints of Ultra Pink #F672F0
RGB
CMYK
RGB Variations
Color information
#F672F0 (or 0xF672F0) is known color: Ultra Pink. HEX triplet: F6, 72 and F0. RGB value is (246,114,240). Sum of RGB (Red+Green+Blue) = 246+114+240=600 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41% from 600); Green value is 114 (44.92% from 255 or 19% from 600); Blue value is 240 (94.14% from 255 or 40% from 600); Max value from RGB is 246 - color contains mainly: red. Hex color #F672F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F672F0 is #098D0F. Grayscale: #A7A7A7. Windows color (decimal): -625936 or 15758070. OLE color: 15758070.
HSL color Cylindrical-coordinate representation of color #F672F0: hue angle of 302.73º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F672F0 is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 114 | 240 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.04 |
| HSL | 302.73º | 0.88% | 0.71% | - |
| HSV(B) | 302.73º | 0.54% | 0.96% | - |
| XYZ | 59.75 | 37.92 | 86.61 | - |
| YUV | 167.83 | 168.73 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 114 | 240 | 0 | 0.54 | 0.02 | 0.04 | 302.73 | 0.88 | 0.71 |
| Hex | F6 | 72 | F0 | 0 | 36 | 2 | 4 | 12F | 58 | 47 |
| Octal | 366 | 162 | 360 | 0 | 66 | 2 | 4 | 457 | 130 | 107 |
| Binary | 11110110 | 1110010 | 11110000 | 0 | 110110 | 10 | 100 | 100101111 | 1011000 | 1000111 |
Color Harmonies of #F672F0
Complementary color
Monochromatic Colors of #F672F0
Black with #F672F0
Text Example
Text Example
White with #F672F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F672F0; }
p { color: rgb(246,114,240); }
H1.HeaderClassName
{
color: #F672F0;
}
.AnyTagClassName
{
color: #F672F0;
}
</style>
background-color css
<style>
a { background-color: #F672F0; }
a { background-color: rgb(246,114,240); }
div.DivClassName
{
background-color: #F672F0;
}
.BgClassName
{
background-color: #F672F0;
}
</style>
border-color css
<style>
span { border-color: #F672F0; }
span { border-color: rgb(246,114,240); }
td.TdClassName
{
border-color: #F672F0;
}
.TagClassName
{
border-color: #F672F0;
}
</style>