Shades of Ultra Pink #F672FF
Tints of Ultra Pink #F672FF
RGB
CMYK
RGB Variations
Color information
#F672FF (or 0xF672FF) is known color: Ultra Pink. HEX triplet: F6, 72 and FF. RGB value is (246,114,255). Sum of RGB (Red+Green+Blue) = 246+114+255=615 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40% from 615); Green value is 114 (44.92% from 255 or 18.54% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #F672FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F672FF is #098D00. Grayscale: #A9A9A9. Windows color (decimal): -625921 or 16741110. OLE color: 16741110.
HSL color Cylindrical-coordinate representation of color #F672FF: hue angle of 296.17º 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 #F672FF is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 114 | 255 | - |
| CMYK | 0.04 | 0.55 | 0 | 0 |
| HSL | 296.17º | 1% | 0.72% | - |
| HSV(B) | 296.17º | 0.55% | 1% | - |
| XYZ | 62.07 | 38.85 | 98.83 | - |
| YUV | 169.54 | 176.23 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 114 | 255 | 0.04 | 0.55 | 0 | 0 | 296.17 | 1 | 0.72 |
| Hex | F6 | 72 | FF | 4 | 37 | 0 | 0 | 128 | 64 | 48 |
| Octal | 366 | 162 | 377 | 4 | 67 | 0 | 0 | 450 | 144 | 110 |
| Binary | 11110110 | 1110010 | 11111111 | 100 | 110111 | 0 | 0 | 100101000 | 1100100 | 1001000 |
Color Harmonies of #F672FF
Complementary color
Monochromatic Colors of #F672FF
Black with #F672FF
Text Example
Text Example
White with #F672FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F672FF; }
p { color: rgb(246,114,255); }
H1.HeaderClassName
{
color: #F672FF;
}
.AnyTagClassName
{
color: #F672FF;
}
</style>
background-color css
<style>
a { background-color: #F672FF; }
a { background-color: rgb(246,114,255); }
div.DivClassName
{
background-color: #F672FF;
}
.BgClassName
{
background-color: #F672FF;
}
</style>
border-color css
<style>
span { border-color: #F672FF; }
span { border-color: rgb(246,114,255); }
td.TdClassName
{
border-color: #F672FF;
}
.TagClassName
{
border-color: #F672FF;
}
</style>