Shades of Ultra Pink #F672FA
Tints of Ultra Pink #F672FA
RGB
CMYK
RGB Variations
Color information
#F672FA (or 0xF672FA) is known color: Ultra Pink. HEX triplet: F6, 72 and FA. RGB value is (246,114,250). Sum of RGB (Red+Green+Blue) = 246+114+250=610 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.33% from 610); Green value is 114 (44.92% from 255 or 18.69% from 610); Blue value is 250 (98.05% from 255 or 40.98% from 610); Max value from RGB is 250 - color contains mainly: blue. Hex color #F672FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F672FA is #098D05. Grayscale: #A8A8A8. Windows color (decimal): -625926 or 16413430. OLE color: 16413430.
HSL color Cylindrical-coordinate representation of color #F672FA: hue angle of 298.24º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F672FA is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 114 | 250 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.02 |
| HSL | 298.24º | 0.93% | 0.71% | - |
| HSV(B) | 298.24º | 0.54% | 0.98% | - |
| XYZ | 61.28 | 38.53 | 94.65 | - |
| YUV | 168.97 | 173.73 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 114 | 250 | 0.02 | 0.54 | 0 | 0.02 | 298.24 | 0.93 | 0.71 |
| Hex | F6 | 72 | FA | 2 | 36 | 0 | 2 | 12A | 5D | 47 |
| Octal | 366 | 162 | 372 | 2 | 66 | 0 | 2 | 452 | 135 | 107 |
| Binary | 11110110 | 1110010 | 11111010 | 10 | 110110 | 0 | 10 | 100101010 | 1011101 | 1000111 |
Color Harmonies of #F672FA
Complementary color
Monochromatic Colors of #F672FA
Black with #F672FA
Text Example
Text Example
White with #F672FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F672FA; }
p { color: rgb(246,114,250); }
H1.HeaderClassName
{
color: #F672FA;
}
.AnyTagClassName
{
color: #F672FA;
}
</style>
background-color css
<style>
a { background-color: #F672FA; }
a { background-color: rgb(246,114,250); }
div.DivClassName
{
background-color: #F672FA;
}
.BgClassName
{
background-color: #F672FA;
}
</style>
border-color css
<style>
span { border-color: #F672FA; }
span { border-color: rgb(246,114,250); }
td.TdClassName
{
border-color: #F672FA;
}
.TagClassName
{
border-color: #F672FA;
}
</style>