Shades of Ultra Pink #F972F5
Tints of Ultra Pink #F972F5
RGB
CMYK
RGB Variations
Color information
#F972F5 (or 0xF972F5) is known color: Ultra Pink. HEX triplet: F9, 72 and F5. RGB value is (249,114,245). Sum of RGB (Red+Green+Blue) = 249+114+245=608 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.95% from 608); Green value is 114 (44.92% from 255 or 18.75% from 608); Blue value is 245 (96.09% from 255 or 40.30% from 608); Max value from RGB is 249 - color contains mainly: red. Hex color #F972F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F972F5 is #068D0A. Grayscale: #A8A8A8. Windows color (decimal): -429323 or 16085753. OLE color: 16085753.
HSL color Cylindrical-coordinate representation of color #F972F5: hue angle of 301.78º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F972F5 is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 114 | 245 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.02 |
| HSL | 301.78º | 0.92% | 0.71% | - |
| HSV(B) | 301.78º | 0.54% | 0.98% | - |
| XYZ | 61.57 | 38.77 | 90.62 | - |
| YUV | 169.3 | 170.73 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 114 | 245 | 0 | 0.54 | 0.02 | 0.02 | 301.78 | 0.92 | 0.71 |
| Hex | F9 | 72 | F5 | 0 | 36 | 2 | 2 | 12E | 5C | 47 |
| Octal | 371 | 162 | 365 | 0 | 66 | 2 | 2 | 456 | 134 | 107 |
| Binary | 11111001 | 1110010 | 11110101 | 0 | 110110 | 10 | 10 | 100101110 | 1011100 | 1000111 |
Color Harmonies of #F972F5
Complementary color
Monochromatic Colors of #F972F5
Black with #F972F5
Text Example
Text Example
White with #F972F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F972F5; }
p { color: rgb(249,114,245); }
H1.HeaderClassName
{
color: #F972F5;
}
.AnyTagClassName
{
color: #F972F5;
}
</style>
background-color css
<style>
a { background-color: #F972F5; }
a { background-color: rgb(249,114,245); }
div.DivClassName
{
background-color: #F972F5;
}
.BgClassName
{
background-color: #F972F5;
}
</style>
border-color css
<style>
span { border-color: #F972F5; }
span { border-color: rgb(249,114,245); }
td.TdClassName
{
border-color: #F972F5;
}
.TagClassName
{
border-color: #F972F5;
}
</style>