Shades of Ultra Pink #FF72FE
Tints of Ultra Pink #FF72FE
RGB
CMYK
RGB Variations
Color information
#FF72FE (or 0xFF72FE) is known color: Ultra Pink. HEX triplet: FF, 72 and FE. RGB value is (255,114,254). Sum of RGB (Red+Green+Blue) = 255+114+254=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 114 (44.92% from 255 or 18.30% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FF72FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF72FE is #008D01. Grayscale: #ABABAB. Windows color (decimal): -36098 or 16675583. OLE color: 16675583.
HSL color Cylindrical-coordinate representation of color #FF72FE: hue angle of 300.43º 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 #FF72FE is Cyan = 0, Magento = 0.55, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 114 | 254 | - |
| CMYK | 0 | 0.55 | 0.00 | 0 |
| HSL | 300.43º | 1% | 0.72% | - |
| HSV(B) | 300.43º | 0.55% | 1% | - |
| XYZ | 65.15 | 40.45 | 98.14 | - |
| YUV | 172.12 | 174.21 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 114 | 254 | 0 | 0.55 | 0.00 | 0 | 300.43 | 1 | 0.72 |
| Hex | FF | 72 | FE | 0 | 37 | 0 | 0 | 12C | 64 | 48 |
| Octal | 377 | 162 | 376 | 0 | 67 | 0 | 0 | 454 | 144 | 110 |
| Binary | 11111111 | 1110010 | 11111110 | 0 | 110111 | 0 | 0 | 100101100 | 1100100 | 1001000 |
Color Harmonies of #FF72FE
Complementary color
Monochromatic Colors of #FF72FE
Black with #FF72FE
Text Example
Text Example
White with #FF72FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF72FE; }
p { color: rgb(255,114,254); }
H1.HeaderClassName
{
color: #FF72FE;
}
.AnyTagClassName
{
color: #FF72FE;
}
</style>
background-color css
<style>
a { background-color: #FF72FE; }
a { background-color: rgb(255,114,254); }
div.DivClassName
{
background-color: #FF72FE;
}
.BgClassName
{
background-color: #FF72FE;
}
</style>
border-color css
<style>
span { border-color: #FF72FE; }
span { border-color: rgb(255,114,254); }
td.TdClassName
{
border-color: #FF72FE;
}
.TagClassName
{
border-color: #FF72FE;
}
</style>