Shades of Ultra Pink #F670FF
Tints of Ultra Pink #F670FF
RGB
CMYK
RGB Variations
Color information
#F670FF (or 0xF670FF) is known color: Ultra Pink. HEX triplet: F6, 70 and FF. RGB value is (246,112,255). Sum of RGB (Red+Green+Blue) = 246+112+255=613 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.13% from 613); Green value is 112 (44.14% from 255 or 18.27% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #F670FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F670FF is #098F00. Grayscale: #A7A7A7. Windows color (decimal): -626433 or 16740598. OLE color: 16740598.
HSL color Cylindrical-coordinate representation of color #F670FF: hue angle of 296.22º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F670FF is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 112 | 255 | - |
| CMYK | 0.04 | 0.56 | 0 | 0 |
| HSL | 296.22º | 1% | 0.72% | - |
| HSV(B) | 296.22º | 0.56% | 1% | - |
| XYZ | 61.85 | 38.4 | 98.76 | - |
| YUV | 168.37 | 176.89 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 112 | 255 | 0.04 | 0.56 | 0 | 0 | 296.22 | 1 | 0.72 |
| Hex | F6 | 70 | FF | 4 | 38 | 0 | 0 | 128 | 64 | 48 |
| Octal | 366 | 160 | 377 | 4 | 70 | 0 | 0 | 450 | 144 | 110 |
| Binary | 11110110 | 1110000 | 11111111 | 100 | 111000 | 0 | 0 | 100101000 | 1100100 | 1001000 |
Color Harmonies of #F670FF
Complementary color
Monochromatic Colors of #F670FF
Black with #F670FF
Text Example
Text Example
White with #F670FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F670FF; }
p { color: rgb(246,112,255); }
H1.HeaderClassName
{
color: #F670FF;
}
.AnyTagClassName
{
color: #F670FF;
}
</style>
background-color css
<style>
a { background-color: #F670FF; }
a { background-color: rgb(246,112,255); }
div.DivClassName
{
background-color: #F670FF;
}
.BgClassName
{
background-color: #F670FF;
}
</style>
border-color css
<style>
span { border-color: #F670FF; }
span { border-color: rgb(246,112,255); }
td.TdClassName
{
border-color: #F670FF;
}
.TagClassName
{
border-color: #F670FF;
}
</style>