Shades of Ultra Pink #F972FE
Tints of Ultra Pink #F972FE
RGB
CMYK
RGB Variations
Color information
#F972FE (or 0xF972FE) is known color: Ultra Pink. HEX triplet: F9, 72 and FE. RGB value is (249,114,254). Sum of RGB (Red+Green+Blue) = 249+114+254=617 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.36% from 617); Green value is 114 (44.92% from 255 or 18.48% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #F972FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F972FE is #068D01. Grayscale: #A9A9A9. Windows color (decimal): -429314 or 16675577. OLE color: 16675577.
HSL color Cylindrical-coordinate representation of color #F972FE: hue angle of 297.86º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F972FE is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 249 | 114 | 254 | - |
| CMYK | 0.02 | 0.55 | 0 | 0.00 |
| HSL | 297.86º | 0.99% | 0.72% | - |
| HSV(B) | 297.86º | 0.55% | 1% | - |
| XYZ | 62.97 | 39.33 | 98.04 | - |
| YUV | 170.33 | 175.23 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 114 | 254 | 0.02 | 0.55 | 0 | 0.00 | 297.86 | 0.99 | 0.72 |
| Hex | F9 | 72 | FE | 2 | 37 | 0 | 0 | 12A | 63 | 48 |
| Octal | 371 | 162 | 376 | 2 | 67 | 0 | 0 | 452 | 143 | 110 |
| Binary | 11111001 | 1110010 | 11111110 | 10 | 110111 | 0 | 0 | 100101010 | 1100011 | 1001000 |
Color Harmonies of #F972FE
Complementary color
Monochromatic Colors of #F972FE
Black with #F972FE
Text Example
Text Example
White with #F972FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F972FE; }
p { color: rgb(249,114,254); }
H1.HeaderClassName
{
color: #F972FE;
}
.AnyTagClassName
{
color: #F972FE;
}
</style>
background-color css
<style>
a { background-color: #F972FE; }
a { background-color: rgb(249,114,254); }
div.DivClassName
{
background-color: #F972FE;
}
.BgClassName
{
background-color: #F972FE;
}
</style>
border-color css
<style>
span { border-color: #F972FE; }
span { border-color: rgb(249,114,254); }
td.TdClassName
{
border-color: #F972FE;
}
.TagClassName
{
border-color: #F972FE;
}
</style>