Shades of Ultra Pink #F272FF
Tints of Ultra Pink #F272FF
RGB
CMYK
RGB Variations
Color information
#F272FF (or 0xF272FF) is known color: Ultra Pink. HEX triplet: F2, 72 and FF. RGB value is (242,114,255). Sum of RGB (Red+Green+Blue) = 242+114+255=611 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.61% from 611); Green value is 114 (44.92% from 255 or 18.66% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #F272FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F272FF is #0D8D00. Grayscale: #A7A7A7. Windows color (decimal): -888065 or 16741106. OLE color: 16741106.
HSL color Cylindrical-coordinate representation of color #F272FF: hue angle of 294.47º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F272FF is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 114 | 255 | - |
| CMYK | 0.05 | 0.55 | 0 | 0 |
| HSL | 294.47º | 1% | 0.72% | - |
| HSV(B) | 294.47º | 0.55% | 1% | - |
| XYZ | 60.69 | 38.13 | 98.77 | - |
| YUV | 168.35 | 176.91 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 114 | 255 | 0.05 | 0.55 | 0 | 0 | 294.47 | 1 | 0.72 |
| Hex | F2 | 72 | FF | 5 | 37 | 0 | 0 | 126 | 64 | 48 |
| Octal | 362 | 162 | 377 | 5 | 67 | 0 | 0 | 446 | 144 | 110 |
| Binary | 11110010 | 1110010 | 11111111 | 101 | 110111 | 0 | 0 | 100100110 | 1100100 | 1001000 |
Color Harmonies of #F272FF
Complementary color
Monochromatic Colors of #F272FF
Black with #F272FF
Text Example
Text Example
White with #F272FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F272FF; }
p { color: rgb(242,114,255); }
H1.HeaderClassName
{
color: #F272FF;
}
.AnyTagClassName
{
color: #F272FF;
}
</style>
background-color css
<style>
a { background-color: #F272FF; }
a { background-color: rgb(242,114,255); }
div.DivClassName
{
background-color: #F272FF;
}
.BgClassName
{
background-color: #F272FF;
}
</style>
border-color css
<style>
span { border-color: #F272FF; }
span { border-color: rgb(242,114,255); }
td.TdClassName
{
border-color: #F272FF;
}
.TagClassName
{
border-color: #F272FF;
}
</style>