Shades of Ultra Pink #F271FB
Tints of Ultra Pink #F271FB
RGB
CMYK
RGB Variations
Color information
#F271FB (or 0xF271FB) is known color: Ultra Pink. HEX triplet: F2, 71 and FB. RGB value is (242,113,251). Sum of RGB (Red+Green+Blue) = 242+113+251=606 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.93% from 606); Green value is 113 (44.53% from 255 or 18.65% from 606); Blue value is 251 (98.44% from 255 or 41.42% from 606); Max value from RGB is 251 - color contains mainly: blue. Hex color #F271FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F271FB is #0D8E04. Grayscale: #A6A6A6. Windows color (decimal): -888325 or 16478706. OLE color: 16478706.
HSL color Cylindrical-coordinate representation of color #F271FB: hue angle of 296.09º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F271FB is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 113 | 251 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.02 |
| HSL | 296.09º | 0.95% | 0.71% | - |
| HSV(B) | 296.09º | 0.55% | 0.98% | - |
| XYZ | 59.94 | 37.65 | 95.38 | - |
| YUV | 167.3 | 175.24 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 113 | 251 | 0.04 | 0.55 | 0 | 0.02 | 296.09 | 0.95 | 0.71 |
| Hex | F2 | 71 | FB | 4 | 37 | 0 | 2 | 128 | 5F | 47 |
| Octal | 362 | 161 | 373 | 4 | 67 | 0 | 2 | 450 | 137 | 107 |
| Binary | 11110010 | 1110001 | 11111011 | 100 | 110111 | 0 | 10 | 100101000 | 1011111 | 1000111 |
Color Harmonies of #F271FB
Complementary color
Monochromatic Colors of #F271FB
Black with #F271FB
Text Example
Text Example
White with #F271FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F271FB; }
p { color: rgb(242,113,251); }
H1.HeaderClassName
{
color: #F271FB;
}
.AnyTagClassName
{
color: #F271FB;
}
</style>
background-color css
<style>
a { background-color: #F271FB; }
a { background-color: rgb(242,113,251); }
div.DivClassName
{
background-color: #F271FB;
}
.BgClassName
{
background-color: #F271FB;
}
</style>
border-color css
<style>
span { border-color: #F271FB; }
span { border-color: rgb(242,113,251); }
td.TdClassName
{
border-color: #F271FB;
}
.TagClassName
{
border-color: #F271FB;
}
</style>