Shades of Ultra Pink #F970FE
Tints of Ultra Pink #F970FE
RGB
CMYK
RGB Variations
Color information
#F970FE (or 0xF970FE) is known color: Ultra Pink. HEX triplet: F9, 70 and FE. RGB value is (249,112,254). Sum of RGB (Red+Green+Blue) = 249+112+254=615 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.49% from 615); Green value is 112 (44.14% from 255 or 18.21% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #F970FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F970FE is #068F01. Grayscale: #A8A8A8. Windows color (decimal): -429826 or 16675065. OLE color: 16675065.
HSL color Cylindrical-coordinate representation of color #F970FE: hue angle of 297.89º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F970FE is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 249 | 112 | 254 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.00 |
| HSL | 297.89º | 0.99% | 0.72% | - |
| HSV(B) | 297.89º | 0.56% | 1% | - |
| XYZ | 62.75 | 38.88 | 97.96 | - |
| YUV | 169.15 | 175.89 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 112 | 254 | 0.02 | 0.56 | 0 | 0.00 | 297.89 | 0.99 | 0.72 |
| Hex | F9 | 70 | FE | 2 | 38 | 0 | 0 | 12A | 63 | 48 |
| Octal | 371 | 160 | 376 | 2 | 70 | 0 | 0 | 452 | 143 | 110 |
| Binary | 11111001 | 1110000 | 11111110 | 10 | 111000 | 0 | 0 | 100101010 | 1100011 | 1001000 |
Color Harmonies of #F970FE
Complementary color
Monochromatic Colors of #F970FE
Black with #F970FE
Text Example
Text Example
White with #F970FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F970FE; }
p { color: rgb(249,112,254); }
H1.HeaderClassName
{
color: #F970FE;
}
.AnyTagClassName
{
color: #F970FE;
}
</style>
background-color css
<style>
a { background-color: #F970FE; }
a { background-color: rgb(249,112,254); }
div.DivClassName
{
background-color: #F970FE;
}
.BgClassName
{
background-color: #F970FE;
}
</style>
border-color css
<style>
span { border-color: #F970FE; }
span { border-color: rgb(249,112,254); }
td.TdClassName
{
border-color: #F970FE;
}
.TagClassName
{
border-color: #F970FE;
}
</style>