Shades of Ultra Pink #F672F3
Tints of Ultra Pink #F672F3
RGB
CMYK
RGB Variations
Color information
#F672F3 (or 0xF672F3) is known color: Ultra Pink. HEX triplet: F6, 72 and F3. RGB value is (246,114,243). Sum of RGB (Red+Green+Blue) = 246+114+243=603 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.80% from 603); Green value is 114 (44.92% from 255 or 18.91% from 603); Blue value is 243 (95.31% from 255 or 40.30% from 603); Max value from RGB is 246 - color contains mainly: red. Hex color #F672F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F672F3 is #098D0C. Grayscale: #A7A7A7. Windows color (decimal): -625933 or 15954678. OLE color: 15954678.
HSL color Cylindrical-coordinate representation of color #F672F3: hue angle of 301.36º 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 #F672F3 is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 114 | 243 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.04 |
| HSL | 301.36º | 0.88% | 0.71% | - |
| HSV(B) | 301.36º | 0.54% | 0.96% | - |
| XYZ | 60.2 | 38.1 | 88.97 | - |
| YUV | 168.17 | 170.23 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 114 | 243 | 0 | 0.54 | 0.01 | 0.04 | 301.36 | 0.88 | 0.71 |
| Hex | F6 | 72 | F3 | 0 | 36 | 1 | 4 | 12D | 58 | 47 |
| Octal | 366 | 162 | 363 | 0 | 66 | 1 | 4 | 455 | 130 | 107 |
| Binary | 11110110 | 1110010 | 11110011 | 0 | 110110 | 1 | 100 | 100101101 | 1011000 | 1000111 |
Color Harmonies of #F672F3
Complementary color
Monochromatic Colors of #F672F3
Black with #F672F3
Text Example
Text Example
White with #F672F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F672F3; }
p { color: rgb(246,114,243); }
H1.HeaderClassName
{
color: #F672F3;
}
.AnyTagClassName
{
color: #F672F3;
}
</style>
background-color css
<style>
a { background-color: #F672F3; }
a { background-color: rgb(246,114,243); }
div.DivClassName
{
background-color: #F672F3;
}
.BgClassName
{
background-color: #F672F3;
}
</style>
border-color css
<style>
span { border-color: #F672F3; }
span { border-color: rgb(246,114,243); }
td.TdClassName
{
border-color: #F672F3;
}
.TagClassName
{
border-color: #F672F3;
}
</style>