Shades of Ultra Pink #F872F0
Tints of Ultra Pink #F872F0
RGB
CMYK
RGB Variations
Color information
#F872F0 (or 0xF872F0) is known color: Ultra Pink. HEX triplet: F8, 72 and F0. RGB value is (248,114,240). Sum of RGB (Red+Green+Blue) = 248+114+240=602 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.20% from 602); Green value is 114 (44.92% from 255 or 18.94% from 602); Blue value is 240 (94.14% from 255 or 39.87% from 602); Max value from RGB is 248 - color contains mainly: red. Hex color #F872F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F872F0 is #078D0F. Grayscale: #A8A8A8. Windows color (decimal): -494864 or 15758072. OLE color: 15758072.
HSL color Cylindrical-coordinate representation of color #F872F0: hue angle of 303.58º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F872F0 is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 114 | 240 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.03 |
| HSL | 303.58º | 0.91% | 0.71% | - |
| HSV(B) | 303.58º | 0.54% | 0.97% | - |
| XYZ | 60.46 | 38.28 | 86.64 | - |
| YUV | 168.43 | 168.39 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 114 | 240 | 0 | 0.54 | 0.03 | 0.03 | 303.58 | 0.91 | 0.71 |
| Hex | F8 | 72 | F0 | 0 | 36 | 3 | 3 | 130 | 5B | 47 |
| Octal | 370 | 162 | 360 | 0 | 66 | 3 | 3 | 460 | 133 | 107 |
| Binary | 11111000 | 1110010 | 11110000 | 0 | 110110 | 11 | 11 | 100110000 | 1011011 | 1000111 |
Color Harmonies of #F872F0
Complementary color
Monochromatic Colors of #F872F0
Black with #F872F0
Text Example
Text Example
White with #F872F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F872F0; }
p { color: rgb(248,114,240); }
H1.HeaderClassName
{
color: #F872F0;
}
.AnyTagClassName
{
color: #F872F0;
}
</style>
background-color css
<style>
a { background-color: #F872F0; }
a { background-color: rgb(248,114,240); }
div.DivClassName
{
background-color: #F872F0;
}
.BgClassName
{
background-color: #F872F0;
}
</style>
border-color css
<style>
span { border-color: #F872F0; }
span { border-color: rgb(248,114,240); }
td.TdClassName
{
border-color: #F872F0;
}
.TagClassName
{
border-color: #F872F0;
}
</style>