Shades of Ultra Pink #F270F2
Tints of Ultra Pink #F270F2
RGB
CMYK
RGB Variations
Color information
#F270F2 (or 0xF270F2) is known color: Ultra Pink. HEX triplet: F2, 70 and F2. RGB value is (242,112,242). Sum of RGB (Red+Green+Blue) = 242+112+242=596 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.60% from 596); Green value is 112 (44.14% from 255 or 18.79% from 596); Blue value is 242 (94.92% from 255 or 40.60% from 596); Max value from RGB is 242 - color contains mainly: red, blue. Hex color #F270F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F270F2 is #0D8F0D. Grayscale: #A5A5A5. Windows color (decimal): -888590 or 15888626. OLE color: 15888626.
HSL color Cylindrical-coordinate representation of color #F270F2: hue angle of 300º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F270F2 is Cyan = 0, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 112 | 242 | - |
| CMYK | 0 | 0.54 | 0 | 0.05 |
| HSL | 300º | 0.83% | 0.69% | - |
| HSV(B) | 300º | 0.54% | 0.95% | - |
| XYZ | 58.44 | 36.88 | 88.04 | - |
| YUV | 165.69 | 171.07 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 112 | 242 | 0 | 0.54 | 0 | 0.05 | 300 | 0.83 | 0.69 |
| Hex | F2 | 70 | F2 | 0 | 36 | 0 | 5 | 12C | 53 | 45 |
| Octal | 362 | 160 | 362 | 0 | 66 | 0 | 5 | 454 | 123 | 105 |
| Binary | 11110010 | 1110000 | 11110010 | 0 | 110110 | 0 | 101 | 100101100 | 1010011 | 1000101 |
Color Harmonies of #F270F2
Complementary color
Monochromatic Colors of #F270F2
Black with #F270F2
Text Example
Text Example
White with #F270F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F270F2; }
p { color: rgb(242,112,242); }
H1.HeaderClassName
{
color: #F270F2;
}
.AnyTagClassName
{
color: #F270F2;
}
</style>
background-color css
<style>
a { background-color: #F270F2; }
a { background-color: rgb(242,112,242); }
div.DivClassName
{
background-color: #F270F2;
}
.BgClassName
{
background-color: #F270F2;
}
</style>
border-color css
<style>
span { border-color: #F270F2; }
span { border-color: rgb(242,112,242); }
td.TdClassName
{
border-color: #F270F2;
}
.TagClassName
{
border-color: #F270F2;
}
</style>