Shades of Ultra Pink #F272FA
Tints of Ultra Pink #F272FA
RGB
CMYK
RGB Variations
Color information
#F272FA (or 0xF272FA) is known color: Ultra Pink. HEX triplet: F2, 72 and FA. RGB value is (242,114,250). Sum of RGB (Red+Green+Blue) = 242+114+250=606 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.93% from 606); Green value is 114 (44.92% from 255 or 18.81% from 606); Blue value is 250 (98.05% from 255 or 41.25% from 606); Max value from RGB is 250 - color contains mainly: blue. Hex color #F272FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F272FA is #0D8D05. Grayscale: #A7A7A7. Windows color (decimal): -888070 or 16413426. OLE color: 16413426.
HSL color Cylindrical-coordinate representation of color #F272FA: hue angle of 296.47º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F272FA is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 114 | 250 | - |
| CMYK | 0.03 | 0.54 | 0 | 0.02 |
| HSL | 296.47º | 0.93% | 0.71% | - |
| HSV(B) | 296.47º | 0.54% | 0.98% | - |
| XYZ | 59.89 | 37.81 | 94.58 | - |
| YUV | 167.78 | 174.41 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 114 | 250 | 0.03 | 0.54 | 0 | 0.02 | 296.47 | 0.93 | 0.71 |
| Hex | F2 | 72 | FA | 3 | 36 | 0 | 2 | 128 | 5D | 47 |
| Octal | 362 | 162 | 372 | 3 | 66 | 0 | 2 | 450 | 135 | 107 |
| Binary | 11110010 | 1110010 | 11111010 | 11 | 110110 | 0 | 10 | 100101000 | 1011101 | 1000111 |
Color Harmonies of #F272FA
Complementary color
Monochromatic Colors of #F272FA
Black with #F272FA
Text Example
Text Example
White with #F272FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F272FA; }
p { color: rgb(242,114,250); }
H1.HeaderClassName
{
color: #F272FA;
}
.AnyTagClassName
{
color: #F272FA;
}
</style>
background-color css
<style>
a { background-color: #F272FA; }
a { background-color: rgb(242,114,250); }
div.DivClassName
{
background-color: #F272FA;
}
.BgClassName
{
background-color: #F272FA;
}
</style>
border-color css
<style>
span { border-color: #F272FA; }
span { border-color: rgb(242,114,250); }
td.TdClassName
{
border-color: #F272FA;
}
.TagClassName
{
border-color: #F272FA;
}
</style>