Shades of Ultra Pink #F672FE
Tints of Ultra Pink #F672FE
RGB
CMYK
RGB Variations
Color information
#F672FE (or 0xF672FE) is known color: Ultra Pink. HEX triplet: F6, 72 and FE. RGB value is (246,114,254). Sum of RGB (Red+Green+Blue) = 246+114+254=614 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.07% from 614); Green value is 114 (44.92% from 255 or 18.57% from 614); Blue value is 254 (99.61% from 255 or 41.37% from 614); Max value from RGB is 254 - color contains mainly: blue. Hex color #F672FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F672FE is #098D01. Grayscale: #A9A9A9. Windows color (decimal): -625922 or 16675574. OLE color: 16675574.
HSL color Cylindrical-coordinate representation of color #F672FE: hue angle of 296.57º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F672FE is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 246 | 114 | 254 | - |
| CMYK | 0.03 | 0.55 | 0 | 0.00 |
| HSL | 296.57º | 0.99% | 0.72% | - |
| HSV(B) | 296.57º | 0.55% | 1% | - |
| XYZ | 61.91 | 38.78 | 97.99 | - |
| YUV | 169.43 | 175.73 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 114 | 254 | 0.03 | 0.55 | 0 | 0.00 | 296.57 | 0.99 | 0.72 |
| Hex | F6 | 72 | FE | 3 | 37 | 0 | 0 | 129 | 63 | 48 |
| Octal | 366 | 162 | 376 | 3 | 67 | 0 | 0 | 451 | 143 | 110 |
| Binary | 11110110 | 1110010 | 11111110 | 11 | 110111 | 0 | 0 | 100101001 | 1100011 | 1001000 |
Color Harmonies of #F672FE
Complementary color
Monochromatic Colors of #F672FE
Black with #F672FE
Text Example
Text Example
White with #F672FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F672FE; }
p { color: rgb(246,114,254); }
H1.HeaderClassName
{
color: #F672FE;
}
.AnyTagClassName
{
color: #F672FE;
}
</style>
background-color css
<style>
a { background-color: #F672FE; }
a { background-color: rgb(246,114,254); }
div.DivClassName
{
background-color: #F672FE;
}
.BgClassName
{
background-color: #F672FE;
}
</style>
border-color css
<style>
span { border-color: #F672FE; }
span { border-color: rgb(246,114,254); }
td.TdClassName
{
border-color: #F672FE;
}
.TagClassName
{
border-color: #F672FE;
}
</style>