Shades of Ultra Pink #F072FF
Tints of Ultra Pink #F072FF
RGB
CMYK
RGB Variations
Color information
#F072FF (or 0xF072FF) is known color: Ultra Pink. HEX triplet: F0, 72 and FF. RGB value is (240,114,255). Sum of RGB (Red+Green+Blue) = 240+114+255=609 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.41% from 609); Green value is 114 (44.92% from 255 or 18.72% 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 #F072FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F072FF is #0F8D00. Grayscale: #A7A7A7. Windows color (decimal): -1019137 or 16741104. OLE color: 16741104.
HSL color Cylindrical-coordinate representation of color #F072FF: hue angle of 293.62º 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 #F072FF is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 114 | 255 | - |
| CMYK | 0.06 | 0.55 | 0 | 0 |
| HSL | 293.62º | 1% | 0.72% | - |
| HSV(B) | 293.62º | 0.55% | 1% | - |
| XYZ | 60 | 37.78 | 98.74 | - |
| YUV | 167.75 | 177.24 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 114 | 255 | 0.06 | 0.55 | 0 | 0 | 293.62 | 1 | 0.72 |
| Hex | F0 | 72 | FF | 6 | 37 | 0 | 0 | 126 | 64 | 48 |
| Octal | 360 | 162 | 377 | 6 | 67 | 0 | 0 | 446 | 144 | 110 |
| Binary | 11110000 | 1110010 | 11111111 | 110 | 110111 | 0 | 0 | 100100110 | 1100100 | 1001000 |
Color Harmonies of #F072FF
Complementary color
Monochromatic Colors of #F072FF
Black with #F072FF
Text Example
Text Example
White with #F072FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F072FF; }
p { color: rgb(240,114,255); }
H1.HeaderClassName
{
color: #F072FF;
}
.AnyTagClassName
{
color: #F072FF;
}
</style>
background-color css
<style>
a { background-color: #F072FF; }
a { background-color: rgb(240,114,255); }
div.DivClassName
{
background-color: #F072FF;
}
.BgClassName
{
background-color: #F072FF;
}
</style>
border-color css
<style>
span { border-color: #F072FF; }
span { border-color: rgb(240,114,255); }
td.TdClassName
{
border-color: #F072FF;
}
.TagClassName
{
border-color: #F072FF;
}
</style>