Shades of Ultra Pink #F970EF
Tints of Ultra Pink #F970EF
RGB
CMYK
RGB Variations
Color information
#F970EF (or 0xF970EF) is known color: Ultra Pink. HEX triplet: F9, 70 and EF. RGB value is (249,112,239). Sum of RGB (Red+Green+Blue) = 249+112+239=600 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.5% from 600); Green value is 112 (44.14% from 255 or 18.67% from 600); Blue value is 239 (93.75% from 255 or 39.83% from 600); Max value from RGB is 249 - color contains mainly: red. Hex color #F970EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F970EF is #068F10. Grayscale: #A7A7A7. Windows color (decimal): -429841 or 15692025. OLE color: 15692025.
HSL color Cylindrical-coordinate representation of color #F970EF: hue angle of 304.38º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F970EF is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 112 | 239 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.02 |
| HSL | 304.38º | 0.92% | 0.71% | - |
| HSV(B) | 304.38º | 0.55% | 0.98% | - |
| XYZ | 60.44 | 37.96 | 85.8 | - |
| YUV | 167.44 | 168.39 | 186.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 112 | 239 | 0 | 0.55 | 0.04 | 0.02 | 304.38 | 0.92 | 0.71 |
| Hex | F9 | 70 | EF | 0 | 37 | 4 | 2 | 130 | 5C | 47 |
| Octal | 371 | 160 | 357 | 0 | 67 | 4 | 2 | 460 | 134 | 107 |
| Binary | 11111001 | 1110000 | 11101111 | 0 | 110111 | 100 | 10 | 100110000 | 1011100 | 1000111 |
Color Harmonies of #F970EF
Complementary color
Monochromatic Colors of #F970EF
Black with #F970EF
Text Example
Text Example
White with #F970EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F970EF; }
p { color: rgb(249,112,239); }
H1.HeaderClassName
{
color: #F970EF;
}
.AnyTagClassName
{
color: #F970EF;
}
</style>
background-color css
<style>
a { background-color: #F970EF; }
a { background-color: rgb(249,112,239); }
div.DivClassName
{
background-color: #F970EF;
}
.BgClassName
{
background-color: #F970EF;
}
</style>
border-color css
<style>
span { border-color: #F970EF; }
span { border-color: rgb(249,112,239); }
td.TdClassName
{
border-color: #F970EF;
}
.TagClassName
{
border-color: #F970EF;
}
</style>