Shades of Ultra Pink #F970ED
Tints of Ultra Pink #F970ED
RGB
CMYK
RGB Variations
Color information
#F970ED (or 0xF970ED) is known color: Ultra Pink. HEX triplet: F9, 70 and ED. RGB value is (249,112,237). Sum of RGB (Red+Green+Blue) = 249+112+237=598 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.64% from 598); Green value is 112 (44.14% from 255 or 18.73% from 598); Blue value is 237 (92.97% from 255 or 39.63% from 598); Max value from RGB is 249 - color contains mainly: red. Hex color #F970ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F970ED is #068F12. Grayscale: #A6A6A6. Windows color (decimal): -429843 or 15560953. OLE color: 15560953.
HSL color Cylindrical-coordinate representation of color #F970ED: hue angle of 305.26º 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 #F970ED is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 112 | 237 | - |
| CMYK | 0 | 0.55 | 0.05 | 0.02 |
| HSL | 305.26º | 0.92% | 0.71% | - |
| HSV(B) | 305.26º | 0.55% | 0.98% | - |
| XYZ | 60.15 | 37.84 | 84.26 | - |
| YUV | 167.21 | 167.39 | 186.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 112 | 237 | 0 | 0.55 | 0.05 | 0.02 | 305.26 | 0.92 | 0.71 |
| Hex | F9 | 70 | ED | 0 | 37 | 5 | 2 | 131 | 5C | 47 |
| Octal | 371 | 160 | 355 | 0 | 67 | 5 | 2 | 461 | 134 | 107 |
| Binary | 11111001 | 1110000 | 11101101 | 0 | 110111 | 101 | 10 | 100110001 | 1011100 | 1000111 |
Color Harmonies of #F970ED
Complementary color
Monochromatic Colors of #F970ED
Black with #F970ED
Text Example
Text Example
White with #F970ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F970ED; }
p { color: rgb(249,112,237); }
H1.HeaderClassName
{
color: #F970ED;
}
.AnyTagClassName
{
color: #F970ED;
}
</style>
background-color css
<style>
a { background-color: #F970ED; }
a { background-color: rgb(249,112,237); }
div.DivClassName
{
background-color: #F970ED;
}
.BgClassName
{
background-color: #F970ED;
}
</style>
border-color css
<style>
span { border-color: #F970ED; }
span { border-color: rgb(249,112,237); }
td.TdClassName
{
border-color: #F970ED;
}
.TagClassName
{
border-color: #F970ED;
}
</style>