Shades of Ultra Pink #F672F4
Tints of Ultra Pink #F672F4
RGB
CMYK
RGB Variations
Color information
#F672F4 (or 0xF672F4) is known color: Ultra Pink. HEX triplet: F6, 72 and F4. RGB value is (246,114,244). Sum of RGB (Red+Green+Blue) = 246+114+244=604 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.73% from 604); Green value is 114 (44.92% from 255 or 18.87% from 604); Blue value is 244 (95.70% from 255 or 40.40% from 604); Max value from RGB is 246 - color contains mainly: red. Hex color #F672F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F672F4 is #098D0B. Grayscale: #A7A7A7. Windows color (decimal): -625932 or 16020214. OLE color: 16020214.
HSL color Cylindrical-coordinate representation of color #F672F4: hue angle of 300.91º 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 #F672F4 is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 114 | 244 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.04 |
| HSL | 300.91º | 0.88% | 0.71% | - |
| HSV(B) | 300.91º | 0.54% | 0.96% | - |
| XYZ | 60.35 | 38.16 | 89.77 | - |
| YUV | 168.29 | 170.73 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 114 | 244 | 0 | 0.54 | 0.01 | 0.04 | 300.91 | 0.88 | 0.71 |
| Hex | F6 | 72 | F4 | 0 | 36 | 1 | 4 | 12D | 58 | 47 |
| Octal | 366 | 162 | 364 | 0 | 66 | 1 | 4 | 455 | 130 | 107 |
| Binary | 11110110 | 1110010 | 11110100 | 0 | 110110 | 1 | 100 | 100101101 | 1011000 | 1000111 |
Color Harmonies of #F672F4
Complementary color
Monochromatic Colors of #F672F4
Black with #F672F4
Text Example
Text Example
White with #F672F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F672F4; }
p { color: rgb(246,114,244); }
H1.HeaderClassName
{
color: #F672F4;
}
.AnyTagClassName
{
color: #F672F4;
}
</style>
background-color css
<style>
a { background-color: #F672F4; }
a { background-color: rgb(246,114,244); }
div.DivClassName
{
background-color: #F672F4;
}
.BgClassName
{
background-color: #F672F4;
}
</style>
border-color css
<style>
span { border-color: #F672F4; }
span { border-color: rgb(246,114,244); }
td.TdClassName
{
border-color: #F672F4;
}
.TagClassName
{
border-color: #F672F4;
}
</style>