Shades of Ultra Pink #F371FF
Tints of Ultra Pink #F371FF
RGB
CMYK
RGB Variations
Color information
#F371FF (or 0xF371FF) is known color: Ultra Pink. HEX triplet: F3, 71 and FF. RGB value is (243,113,255). Sum of RGB (Red+Green+Blue) = 243+113+255=611 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.77% from 611); Green value is 113 (44.53% from 255 or 18.49% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #F371FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F371FF is #0C8E00. Grayscale: #A7A7A7. Windows color (decimal): -822785 or 16740851. OLE color: 16740851.
HSL color Cylindrical-coordinate representation of color #F371FF: hue angle of 294.93º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F371FF is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 113 | 255 | - |
| CMYK | 0.05 | 0.56 | 0 | 0 |
| HSL | 294.93º | 1% | 0.72% | - |
| HSV(B) | 294.93º | 0.56% | 1% | - |
| XYZ | 60.92 | 38.08 | 98.75 | - |
| YUV | 168.06 | 177.07 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 113 | 255 | 0.05 | 0.56 | 0 | 0 | 294.93 | 1 | 0.72 |
| Hex | F3 | 71 | FF | 5 | 38 | 0 | 0 | 127 | 64 | 48 |
| Octal | 363 | 161 | 377 | 5 | 70 | 0 | 0 | 447 | 144 | 110 |
| Binary | 11110011 | 1110001 | 11111111 | 101 | 111000 | 0 | 0 | 100100111 | 1100100 | 1001000 |
Color Harmonies of #F371FF
Complementary color
Monochromatic Colors of #F371FF
Black with #F371FF
Text Example
Text Example
White with #F371FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F371FF; }
p { color: rgb(243,113,255); }
H1.HeaderClassName
{
color: #F371FF;
}
.AnyTagClassName
{
color: #F371FF;
}
</style>
background-color css
<style>
a { background-color: #F371FF; }
a { background-color: rgb(243,113,255); }
div.DivClassName
{
background-color: #F371FF;
}
.BgClassName
{
background-color: #F371FF;
}
</style>
border-color css
<style>
span { border-color: #F371FF; }
span { border-color: rgb(243,113,255); }
td.TdClassName
{
border-color: #F371FF;
}
.TagClassName
{
border-color: #F371FF;
}
</style>