Shades of Ultra Pink #F670EE
Tints of Ultra Pink #F670EE
RGB
CMYK
RGB Variations
Color information
#F670EE (or 0xF670EE) is known color: Ultra Pink. HEX triplet: F6, 70 and EE. RGB value is (246,112,238). Sum of RGB (Red+Green+Blue) = 246+112+238=596 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.28% from 596); Green value is 112 (44.14% from 255 or 18.79% from 596); Blue value is 238 (93.36% from 255 or 39.93% from 596); Max value from RGB is 246 - color contains mainly: red. Hex color #F670EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F670EE is #098F11. Grayscale: #A6A6A6. Windows color (decimal): -626450 or 15626486. OLE color: 15626486.
HSL color Cylindrical-coordinate representation of color #F670EE: hue angle of 303.58º 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 #F670EE is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 112 | 238 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.04 |
| HSL | 303.58º | 0.88% | 0.7% | - |
| HSV(B) | 303.58º | 0.54% | 0.96% | - |
| XYZ | 59.23 | 37.35 | 84.98 | - |
| YUV | 166.43 | 168.39 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 112 | 238 | 0 | 0.54 | 0.03 | 0.04 | 303.58 | 0.88 | 0.7 |
| Hex | F6 | 70 | EE | 0 | 36 | 3 | 4 | 130 | 58 | 46 |
| Octal | 366 | 160 | 356 | 0 | 66 | 3 | 4 | 460 | 130 | 106 |
| Binary | 11110110 | 1110000 | 11101110 | 0 | 110110 | 11 | 100 | 100110000 | 1011000 | 1000110 |
Color Harmonies of #F670EE
Complementary color
Monochromatic Colors of #F670EE
Black with #F670EE
Text Example
Text Example
White with #F670EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F670EE; }
p { color: rgb(246,112,238); }
H1.HeaderClassName
{
color: #F670EE;
}
.AnyTagClassName
{
color: #F670EE;
}
</style>
background-color css
<style>
a { background-color: #F670EE; }
a { background-color: rgb(246,112,238); }
div.DivClassName
{
background-color: #F670EE;
}
.BgClassName
{
background-color: #F670EE;
}
</style>
border-color css
<style>
span { border-color: #F670EE; }
span { border-color: rgb(246,112,238); }
td.TdClassName
{
border-color: #F670EE;
}
.TagClassName
{
border-color: #F670EE;
}
</style>