Shades of Ultra Pink #F370FF
Tints of Ultra Pink #F370FF
RGB
CMYK
RGB Variations
Color information
#F370FF (or 0xF370FF) is known color: Ultra Pink. HEX triplet: F3, 70 and FF. RGB value is (243,112,255). Sum of RGB (Red+Green+Blue) = 243+112+255=610 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.84% from 610); Green value is 112 (44.14% from 255 or 18.36% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #F370FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F370FF is #0C8F00. Grayscale: #A7A7A7. Windows color (decimal): -823041 or 16740595. OLE color: 16740595.
HSL color Cylindrical-coordinate representation of color #F370FF: hue angle of 294.97º 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 #F370FF is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 112 | 255 | - |
| CMYK | 0.05 | 0.56 | 0 | 0 |
| HSL | 294.97º | 1% | 0.72% | - |
| HSV(B) | 294.97º | 0.56% | 1% | - |
| XYZ | 60.81 | 37.86 | 98.71 | - |
| YUV | 167.47 | 177.4 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 112 | 255 | 0.05 | 0.56 | 0 | 0 | 294.97 | 1 | 0.72 |
| Hex | F3 | 70 | FF | 5 | 38 | 0 | 0 | 127 | 64 | 48 |
| Octal | 363 | 160 | 377 | 5 | 70 | 0 | 0 | 447 | 144 | 110 |
| Binary | 11110011 | 1110000 | 11111111 | 101 | 111000 | 0 | 0 | 100100111 | 1100100 | 1001000 |
Color Harmonies of #F370FF
Complementary color
Monochromatic Colors of #F370FF
Black with #F370FF
Text Example
Text Example
White with #F370FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F370FF; }
p { color: rgb(243,112,255); }
H1.HeaderClassName
{
color: #F370FF;
}
.AnyTagClassName
{
color: #F370FF;
}
</style>
background-color css
<style>
a { background-color: #F370FF; }
a { background-color: rgb(243,112,255); }
div.DivClassName
{
background-color: #F370FF;
}
.BgClassName
{
background-color: #F370FF;
}
</style>
border-color css
<style>
span { border-color: #F370FF; }
span { border-color: rgb(243,112,255); }
td.TdClassName
{
border-color: #F370FF;
}
.TagClassName
{
border-color: #F370FF;
}
</style>