Shades of Ultra Pink #F372FF
Tints of Ultra Pink #F372FF
RGB
CMYK
RGB Variations
Color information
#F372FF (or 0xF372FF) is known color: Ultra Pink. HEX triplet: F3, 72 and FF. RGB value is (243,114,255). Sum of RGB (Red+Green+Blue) = 243+114+255=612 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.71% from 612); Green value is 114 (44.92% from 255 or 18.63% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #F372FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F372FF is #0C8D00. Grayscale: #A8A8A8. Windows color (decimal): -822529 or 16741107. OLE color: 16741107.
HSL color Cylindrical-coordinate representation of color #F372FF: hue angle of 294.89º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F372FF is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 114 | 255 | - |
| CMYK | 0.05 | 0.55 | 0 | 0 |
| HSL | 294.89º | 1% | 0.72% | - |
| HSV(B) | 294.89º | 0.55% | 1% | - |
| XYZ | 61.03 | 38.31 | 98.79 | - |
| YUV | 168.65 | 176.74 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 114 | 255 | 0.05 | 0.55 | 0 | 0 | 294.89 | 1 | 0.72 |
| Hex | F3 | 72 | FF | 5 | 37 | 0 | 0 | 127 | 64 | 48 |
| Octal | 363 | 162 | 377 | 5 | 67 | 0 | 0 | 447 | 144 | 110 |
| Binary | 11110011 | 1110010 | 11111111 | 101 | 110111 | 0 | 0 | 100100111 | 1100100 | 1001000 |
Color Harmonies of #F372FF
Complementary color
Monochromatic Colors of #F372FF
Black with #F372FF
Text Example
Text Example
White with #F372FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F372FF; }
p { color: rgb(243,114,255); }
H1.HeaderClassName
{
color: #F372FF;
}
.AnyTagClassName
{
color: #F372FF;
}
</style>
background-color css
<style>
a { background-color: #F372FF; }
a { background-color: rgb(243,114,255); }
div.DivClassName
{
background-color: #F372FF;
}
.BgClassName
{
background-color: #F372FF;
}
</style>
border-color css
<style>
span { border-color: #F372FF; }
span { border-color: rgb(243,114,255); }
td.TdClassName
{
border-color: #F372FF;
}
.TagClassName
{
border-color: #F372FF;
}
</style>