Shades of Ultra Pink #F970F7
Tints of Ultra Pink #F970F7
RGB
CMYK
RGB Variations
Color information
#F970F7 (or 0xF970F7) is known color: Ultra Pink. HEX triplet: F9, 70 and F7. RGB value is (249,112,247). Sum of RGB (Red+Green+Blue) = 249+112+247=608 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.95% from 608); Green value is 112 (44.14% from 255 or 18.42% from 608); Blue value is 247 (96.88% from 255 or 40.62% from 608); Max value from RGB is 249 - color contains mainly: red. Hex color #F970F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F970F7 is #068F08. Grayscale: #A7A7A7. Windows color (decimal): -429833 or 16216313. OLE color: 16216313.
HSL color Cylindrical-coordinate representation of color #F970F7: hue angle of 300.88º 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 #F970F7 is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 112 | 247 | - |
| CMYK | 0 | 0.55 | 0.01 | 0.02 |
| HSL | 300.88º | 0.92% | 0.71% | - |
| HSV(B) | 300.88º | 0.55% | 0.98% | - |
| XYZ | 61.65 | 38.44 | 92.17 | - |
| YUV | 168.35 | 172.39 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 112 | 247 | 0 | 0.55 | 0.01 | 0.02 | 300.88 | 0.92 | 0.71 |
| Hex | F9 | 70 | F7 | 0 | 37 | 1 | 2 | 12D | 5C | 47 |
| Octal | 371 | 160 | 367 | 0 | 67 | 1 | 2 | 455 | 134 | 107 |
| Binary | 11111001 | 1110000 | 11110111 | 0 | 110111 | 1 | 10 | 100101101 | 1011100 | 1000111 |
Color Harmonies of #F970F7
Complementary color
Monochromatic Colors of #F970F7
Black with #F970F7
Text Example
Text Example
White with #F970F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F970F7; }
p { color: rgb(249,112,247); }
H1.HeaderClassName
{
color: #F970F7;
}
.AnyTagClassName
{
color: #F970F7;
}
</style>
background-color css
<style>
a { background-color: #F970F7; }
a { background-color: rgb(249,112,247); }
div.DivClassName
{
background-color: #F970F7;
}
.BgClassName
{
background-color: #F970F7;
}
</style>
border-color css
<style>
span { border-color: #F970F7; }
span { border-color: rgb(249,112,247); }
td.TdClassName
{
border-color: #F970F7;
}
.TagClassName
{
border-color: #F970F7;
}
</style>