Shades of Ultra Pink #F672FB
Tints of Ultra Pink #F672FB
RGB
CMYK
RGB Variations
Color information
#F672FB (or 0xF672FB) is known color: Ultra Pink. HEX triplet: F6, 72 and FB. RGB value is (246,114,251). Sum of RGB (Red+Green+Blue) = 246+114+251=611 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.26% from 611); Green value is 114 (44.92% from 255 or 18.66% from 611); Blue value is 251 (98.44% from 255 or 41.08% from 611); Max value from RGB is 251 - color contains mainly: blue. Hex color #F672FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F672FB is #098D04. Grayscale: #A8A8A8. Windows color (decimal): -625925 or 16478966. OLE color: 16478966.
HSL color Cylindrical-coordinate representation of color #F672FB: hue angle of 297.81º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F672FB is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 114 | 251 | - |
| CMYK | 0.02 | 0.55 | 0 | 0.02 |
| HSL | 297.81º | 0.94% | 0.72% | - |
| HSV(B) | 297.81º | 0.55% | 0.98% | - |
| XYZ | 61.44 | 38.59 | 95.48 | - |
| YUV | 169.09 | 174.23 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 114 | 251 | 0.02 | 0.55 | 0 | 0.02 | 297.81 | 0.94 | 0.72 |
| Hex | F6 | 72 | FB | 2 | 37 | 0 | 2 | 12A | 5E | 48 |
| Octal | 366 | 162 | 373 | 2 | 67 | 0 | 2 | 452 | 136 | 110 |
| Binary | 11110110 | 1110010 | 11111011 | 10 | 110111 | 0 | 10 | 100101010 | 1011110 | 1001000 |
Color Harmonies of #F672FB
Complementary color
Monochromatic Colors of #F672FB
Black with #F672FB
Text Example
Text Example
White with #F672FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F672FB; }
p { color: rgb(246,114,251); }
H1.HeaderClassName
{
color: #F672FB;
}
.AnyTagClassName
{
color: #F672FB;
}
</style>
background-color css
<style>
a { background-color: #F672FB; }
a { background-color: rgb(246,114,251); }
div.DivClassName
{
background-color: #F672FB;
}
.BgClassName
{
background-color: #F672FB;
}
</style>
border-color css
<style>
span { border-color: #F672FB; }
span { border-color: rgb(246,114,251); }
td.TdClassName
{
border-color: #F672FB;
}
.TagClassName
{
border-color: #F672FB;
}
</style>