Shades of Ultra Pink #FF72EE
Tints of Ultra Pink #FF72EE
RGB
CMYK
RGB Variations
Color information
#FF72EE (or 0xFF72EE) is known color: Ultra Pink. HEX triplet: FF, 72 and EE. RGB value is (255,114,238). Sum of RGB (Red+Green+Blue) = 255+114+238=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 114 (44.92% from 255 or 18.78% from 607); Blue value is 238 (93.36% from 255 or 39.21% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FF72EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF72EE is #008D11. Grayscale: #A9A9A9. Windows color (decimal): -36114 or 15627007. OLE color: 15627007.
HSL color Cylindrical-coordinate representation of color #FF72EE: hue angle of 307.23º 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 #FF72EE is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 114 | 238 | - |
| CMYK | 0 | 0.55 | 0.07 | 0 |
| HSL | 307.23º | 1% | 0.72% | - |
| HSV(B) | 307.23º | 0.55% | 1% | - |
| XYZ | 62.69 | 39.47 | 85.2 | - |
| YUV | 170.3 | 166.21 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 114 | 238 | 0 | 0.55 | 0.07 | 0 | 307.23 | 1 | 0.72 |
| Hex | FF | 72 | EE | 0 | 37 | 7 | 0 | 133 | 64 | 48 |
| Octal | 377 | 162 | 356 | 0 | 67 | 7 | 0 | 463 | 144 | 110 |
| Binary | 11111111 | 1110010 | 11101110 | 0 | 110111 | 111 | 0 | 100110011 | 1100100 | 1001000 |
Color Harmonies of #FF72EE
Complementary color
Monochromatic Colors of #FF72EE
Black with #FF72EE
Text Example
Text Example
White with #FF72EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF72EE; }
p { color: rgb(255,114,238); }
H1.HeaderClassName
{
color: #FF72EE;
}
.AnyTagClassName
{
color: #FF72EE;
}
</style>
background-color css
<style>
a { background-color: #FF72EE; }
a { background-color: rgb(255,114,238); }
div.DivClassName
{
background-color: #FF72EE;
}
.BgClassName
{
background-color: #FF72EE;
}
</style>
border-color css
<style>
span { border-color: #FF72EE; }
span { border-color: rgb(255,114,238); }
td.TdClassName
{
border-color: #FF72EE;
}
.TagClassName
{
border-color: #FF72EE;
}
</style>