Shades of Ultra Pink #F270F7
Tints of Ultra Pink #F270F7
RGB
CMYK
RGB Variations
Color information
#F270F7 (or 0xF270F7) is known color: Ultra Pink. HEX triplet: F2, 70 and F7. RGB value is (242,112,247). Sum of RGB (Red+Green+Blue) = 242+112+247=601 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.27% from 601); Green value is 112 (44.14% from 255 or 18.64% from 601); Blue value is 247 (96.88% from 255 or 41.10% from 601); Max value from RGB is 247 - color contains mainly: blue. Hex color #F270F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F270F7 is #0D8F08. Grayscale: #A5A5A5. Windows color (decimal): -888585 or 16216306. OLE color: 16216306.
HSL color Cylindrical-coordinate representation of color #F270F7: hue angle of 297.78º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F270F7 is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 112 | 247 | - |
| CMYK | 0.02 | 0.55 | 0 | 0.03 |
| HSL | 297.78º | 0.89% | 0.7% | - |
| HSV(B) | 297.78º | 0.55% | 0.97% | - |
| XYZ | 59.2 | 37.18 | 92.05 | - |
| YUV | 166.26 | 173.57 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 112 | 247 | 0.02 | 0.55 | 0 | 0.03 | 297.78 | 0.89 | 0.7 |
| Hex | F2 | 70 | F7 | 2 | 37 | 0 | 3 | 12A | 59 | 46 |
| Octal | 362 | 160 | 367 | 2 | 67 | 0 | 3 | 452 | 131 | 106 |
| Binary | 11110010 | 1110000 | 11110111 | 10 | 110111 | 0 | 11 | 100101010 | 1011001 | 1000110 |
Color Harmonies of #F270F7
Complementary color
Monochromatic Colors of #F270F7
Black with #F270F7
Text Example
Text Example
White with #F270F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F270F7; }
p { color: rgb(242,112,247); }
H1.HeaderClassName
{
color: #F270F7;
}
.AnyTagClassName
{
color: #F270F7;
}
</style>
background-color css
<style>
a { background-color: #F270F7; }
a { background-color: rgb(242,112,247); }
div.DivClassName
{
background-color: #F270F7;
}
.BgClassName
{
background-color: #F270F7;
}
</style>
border-color css
<style>
span { border-color: #F270F7; }
span { border-color: rgb(242,112,247); }
td.TdClassName
{
border-color: #F270F7;
}
.TagClassName
{
border-color: #F270F7;
}
</style>