Shades of Ultra Pink #F372FA
Tints of Ultra Pink #F372FA
RGB
CMYK
RGB Variations
Color information
#F372FA (or 0xF372FA) is known color: Ultra Pink. HEX triplet: F3, 72 and FA. RGB value is (243,114,250). Sum of RGB (Red+Green+Blue) = 243+114+250=607 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.03% from 607); Green value is 114 (44.92% from 255 or 18.78% from 607); Blue value is 250 (98.05% from 255 or 41.19% from 607); Max value from RGB is 250 - color contains mainly: blue. Hex color #F372FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F372FA is #0C8D05. Grayscale: #A7A7A7. Windows color (decimal): -822534 or 16413427. OLE color: 16413427.
HSL color Cylindrical-coordinate representation of color #F372FA: hue angle of 296.91º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F372FA is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 114 | 250 | - |
| CMYK | 0.03 | 0.54 | 0 | 0.02 |
| HSL | 296.91º | 0.93% | 0.71% | - |
| HSV(B) | 296.91º | 0.54% | 0.98% | - |
| XYZ | 60.23 | 37.99 | 94.6 | - |
| YUV | 168.08 | 174.24 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 114 | 250 | 0.03 | 0.54 | 0 | 0.02 | 296.91 | 0.93 | 0.71 |
| Hex | F3 | 72 | FA | 3 | 36 | 0 | 2 | 129 | 5D | 47 |
| Octal | 363 | 162 | 372 | 3 | 66 | 0 | 2 | 451 | 135 | 107 |
| Binary | 11110011 | 1110010 | 11111010 | 11 | 110110 | 0 | 10 | 100101001 | 1011101 | 1000111 |
Color Harmonies of #F372FA
Complementary color
Monochromatic Colors of #F372FA
Black with #F372FA
Text Example
Text Example
White with #F372FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F372FA; }
p { color: rgb(243,114,250); }
H1.HeaderClassName
{
color: #F372FA;
}
.AnyTagClassName
{
color: #F372FA;
}
</style>
background-color css
<style>
a { background-color: #F372FA; }
a { background-color: rgb(243,114,250); }
div.DivClassName
{
background-color: #F372FA;
}
.BgClassName
{
background-color: #F372FA;
}
</style>
border-color css
<style>
span { border-color: #F372FA; }
span { border-color: rgb(243,114,250); }
td.TdClassName
{
border-color: #F372FA;
}
.TagClassName
{
border-color: #F372FA;
}
</style>