Shades of Ultra Pink #F271FA
Tints of Ultra Pink #F271FA
RGB
CMYK
RGB Variations
Color information
#F271FA (or 0xF271FA) is known color: Ultra Pink. HEX triplet: F2, 71 and FA. RGB value is (242,113,250). Sum of RGB (Red+Green+Blue) = 242+113+250=605 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40% from 605); Green value is 113 (44.53% from 255 or 18.68% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #F271FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F271FA is #0D8E05. Grayscale: #A6A6A6. Windows color (decimal): -888326 or 16413170. OLE color: 16413170.
HSL color Cylindrical-coordinate representation of color #F271FA: hue angle of 296.5º degrees, saturation: 0.93, 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 #F271FA is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 113 | 250 | - |
| CMYK | 0.03 | 0.55 | 0 | 0.02 |
| HSL | 296.5º | 0.93% | 0.71% | - |
| HSV(B) | 296.5º | 0.55% | 0.98% | - |
| XYZ | 59.78 | 37.59 | 94.55 | - |
| YUV | 167.19 | 174.74 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 113 | 250 | 0.03 | 0.55 | 0 | 0.02 | 296.5 | 0.93 | 0.71 |
| Hex | F2 | 71 | FA | 3 | 37 | 0 | 2 | 128 | 5D | 47 |
| Octal | 362 | 161 | 372 | 3 | 67 | 0 | 2 | 450 | 135 | 107 |
| Binary | 11110010 | 1110001 | 11111010 | 11 | 110111 | 0 | 10 | 100101000 | 1011101 | 1000111 |
Color Harmonies of #F271FA
Complementary color
Monochromatic Colors of #F271FA
Black with #F271FA
Text Example
Text Example
White with #F271FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F271FA; }
p { color: rgb(242,113,250); }
H1.HeaderClassName
{
color: #F271FA;
}
.AnyTagClassName
{
color: #F271FA;
}
</style>
background-color css
<style>
a { background-color: #F271FA; }
a { background-color: rgb(242,113,250); }
div.DivClassName
{
background-color: #F271FA;
}
.BgClassName
{
background-color: #F271FA;
}
</style>
border-color css
<style>
span { border-color: #F271FA; }
span { border-color: rgb(242,113,250); }
td.TdClassName
{
border-color: #F271FA;
}
.TagClassName
{
border-color: #F271FA;
}
</style>