Shades of Ultra Pink #F672F6
Tints of Ultra Pink #F672F6
RGB
CMYK
RGB Variations
Color information
#F672F6 (or 0xF672F6) is known color: Ultra Pink. HEX triplet: F6, 72 and F6. RGB value is (246,114,246). Sum of RGB (Red+Green+Blue) = 246+114+246=606 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.59% from 606); Green value is 114 (44.92% from 255 or 18.81% from 606); Blue value is 246 (96.48% from 255 or 40.59% from 606); Max value from RGB is 246 - color contains mainly: red, blue. Hex color #F672F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F672F6 is #098D09. Grayscale: #A8A8A8. Windows color (decimal): -625930 or 16151286. OLE color: 16151286.
HSL color Cylindrical-coordinate representation of color #F672F6: hue angle of 300º 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 #F672F6 is Cyan = 0, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 114 | 246 | - |
| CMYK | 0 | 0.54 | 0 | 0.04 |
| HSL | 300º | 0.88% | 0.71% | - |
| HSV(B) | 300º | 0.54% | 0.96% | - |
| XYZ | 60.66 | 38.28 | 91.38 | - |
| YUV | 168.52 | 171.73 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 114 | 246 | 0 | 0.54 | 0 | 0.04 | 300 | 0.88 | 0.71 |
| Hex | F6 | 72 | F6 | 0 | 36 | 0 | 4 | 12C | 58 | 47 |
| Octal | 366 | 162 | 366 | 0 | 66 | 0 | 4 | 454 | 130 | 107 |
| Binary | 11110110 | 1110010 | 11110110 | 0 | 110110 | 0 | 100 | 100101100 | 1011000 | 1000111 |
Color Harmonies of #F672F6
Complementary color
Monochromatic Colors of #F672F6
Black with #F672F6
Text Example
Text Example
White with #F672F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F672F6; }
p { color: rgb(246,114,246); }
H1.HeaderClassName
{
color: #F672F6;
}
.AnyTagClassName
{
color: #F672F6;
}
</style>
background-color css
<style>
a { background-color: #F672F6; }
a { background-color: rgb(246,114,246); }
div.DivClassName
{
background-color: #F672F6;
}
.BgClassName
{
background-color: #F672F6;
}
</style>
border-color css
<style>
span { border-color: #F672F6; }
span { border-color: rgb(246,114,246); }
td.TdClassName
{
border-color: #F672F6;
}
.TagClassName
{
border-color: #F672F6;
}
</style>