Shades of Ultra Pink #F670F5
Tints of Ultra Pink #F670F5
RGB
CMYK
RGB Variations
Color information
#F670F5 (or 0xF670F5) is known color: Ultra Pink. HEX triplet: F6, 70 and F5. RGB value is (246,112,245). Sum of RGB (Red+Green+Blue) = 246+112+245=603 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.80% from 603); Green value is 112 (44.14% from 255 or 18.57% from 603); Blue value is 245 (96.09% from 255 or 40.63% from 603); Max value from RGB is 246 - color contains mainly: red. Hex color #F670F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F670F5 is #098F0A. Grayscale: #A6A6A6. Windows color (decimal): -626443 or 16085238. OLE color: 16085238.
HSL color Cylindrical-coordinate representation of color #F670F5: hue angle of 300.45º 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 #F670F5 is Cyan = 0, Magento = 0.54, Yellow = 0.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 112 | 245 | - |
| CMYK | 0 | 0.54 | 0.00 | 0.04 |
| HSL | 300.45º | 0.88% | 0.7% | - |
| HSV(B) | 300.45º | 0.54% | 0.96% | - |
| XYZ | 60.28 | 37.77 | 90.5 | - |
| YUV | 167.23 | 171.89 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 112 | 245 | 0 | 0.54 | 0.00 | 0.04 | 300.45 | 0.88 | 0.7 |
| Hex | F6 | 70 | F5 | 0 | 36 | 0 | 4 | 12C | 58 | 46 |
| Octal | 366 | 160 | 365 | 0 | 66 | 0 | 4 | 454 | 130 | 106 |
| Binary | 11110110 | 1110000 | 11110101 | 0 | 110110 | 0 | 100 | 100101100 | 1011000 | 1000110 |
Color Harmonies of #F670F5
Complementary color
Monochromatic Colors of #F670F5
Black with #F670F5
Text Example
Text Example
White with #F670F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F670F5; }
p { color: rgb(246,112,245); }
H1.HeaderClassName
{
color: #F670F5;
}
.AnyTagClassName
{
color: #F670F5;
}
</style>
background-color css
<style>
a { background-color: #F670F5; }
a { background-color: rgb(246,112,245); }
div.DivClassName
{
background-color: #F670F5;
}
.BgClassName
{
background-color: #F670F5;
}
</style>
border-color css
<style>
span { border-color: #F670F5; }
span { border-color: rgb(246,112,245); }
td.TdClassName
{
border-color: #F670F5;
}
.TagClassName
{
border-color: #F670F5;
}
</style>