Shades of Ultra Pink #F270FF
Tints of Ultra Pink #F270FF
RGB
CMYK
RGB Variations
Color information
#F270FF (or 0xF270FF) is known color: Ultra Pink. HEX triplet: F2, 70 and FF. RGB value is (242,112,255). Sum of RGB (Red+Green+Blue) = 242+112+255=609 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.74% from 609); Green value is 112 (44.14% from 255 or 18.39% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #F270FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F270FF is #0D8F00. Grayscale: #A6A6A6. Windows color (decimal): -888577 or 16740594. OLE color: 16740594.
HSL color Cylindrical-coordinate representation of color #F270FF: hue angle of 294.55º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F270FF is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 112 | 255 | - |
| CMYK | 0.05 | 0.56 | 0 | 0 |
| HSL | 294.55º | 1% | 0.72% | - |
| HSV(B) | 294.55º | 0.56% | 1% | - |
| XYZ | 60.46 | 37.69 | 98.7 | - |
| YUV | 167.17 | 177.57 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 112 | 255 | 0.05 | 0.56 | 0 | 0 | 294.55 | 1 | 0.72 |
| Hex | F2 | 70 | FF | 5 | 38 | 0 | 0 | 127 | 64 | 48 |
| Octal | 362 | 160 | 377 | 5 | 70 | 0 | 0 | 447 | 144 | 110 |
| Binary | 11110010 | 1110000 | 11111111 | 101 | 111000 | 0 | 0 | 100100111 | 1100100 | 1001000 |
Color Harmonies of #F270FF
Complementary color
Monochromatic Colors of #F270FF
Black with #F270FF
Text Example
Text Example
White with #F270FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F270FF; }
p { color: rgb(242,112,255); }
H1.HeaderClassName
{
color: #F270FF;
}
.AnyTagClassName
{
color: #F270FF;
}
</style>
background-color css
<style>
a { background-color: #F270FF; }
a { background-color: rgb(242,112,255); }
div.DivClassName
{
background-color: #F270FF;
}
.BgClassName
{
background-color: #F270FF;
}
</style>
border-color css
<style>
span { border-color: #F270FF; }
span { border-color: rgb(242,112,255); }
td.TdClassName
{
border-color: #F270FF;
}
.TagClassName
{
border-color: #F270FF;
}
</style>