Shades of Ultra Pink #FF72F2
Tints of Ultra Pink #FF72F2
RGB
CMYK
RGB Variations
Color information
#FF72F2 (or 0xFF72F2) is known color: Ultra Pink. HEX triplet: FF, 72 and F2. RGB value is (255,114,242). Sum of RGB (Red+Green+Blue) = 255+114+242=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 114 (44.92% from 255 or 18.66% from 611); Blue value is 242 (94.92% from 255 or 39.61% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FF72F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF72F2 is #008D0D. Grayscale: #AAAAAA. Windows color (decimal): -36110 or 15889151. OLE color: 15889151.
HSL color Cylindrical-coordinate representation of color #FF72F2: hue angle of 305.53º 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 #FF72F2 is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 114 | 242 | - |
| CMYK | 0 | 0.55 | 0.05 | 0 |
| HSL | 305.53º | 1% | 0.72% | - |
| HSV(B) | 305.53º | 0.55% | 1% | - |
| XYZ | 63.28 | 39.71 | 88.33 | - |
| YUV | 170.75 | 168.21 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 114 | 242 | 0 | 0.55 | 0.05 | 0 | 305.53 | 1 | 0.72 |
| Hex | FF | 72 | F2 | 0 | 37 | 5 | 0 | 132 | 64 | 48 |
| Octal | 377 | 162 | 362 | 0 | 67 | 5 | 0 | 462 | 144 | 110 |
| Binary | 11111111 | 1110010 | 11110010 | 0 | 110111 | 101 | 0 | 100110010 | 1100100 | 1001000 |
Color Harmonies of #FF72F2
Complementary color
Monochromatic Colors of #FF72F2
Black with #FF72F2
Text Example
Text Example
White with #FF72F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF72F2; }
p { color: rgb(255,114,242); }
H1.HeaderClassName
{
color: #FF72F2;
}
.AnyTagClassName
{
color: #FF72F2;
}
</style>
background-color css
<style>
a { background-color: #FF72F2; }
a { background-color: rgb(255,114,242); }
div.DivClassName
{
background-color: #FF72F2;
}
.BgClassName
{
background-color: #FF72F2;
}
</style>
border-color css
<style>
span { border-color: #FF72F2; }
span { border-color: rgb(255,114,242); }
td.TdClassName
{
border-color: #FF72F2;
}
.TagClassName
{
border-color: #FF72F2;
}
</style>