Shades of Ultra Pink #F370F8
Tints of Ultra Pink #F370F8
RGB
CMYK
RGB Variations
Color information
#F370F8 (or 0xF370F8) is known color: Ultra Pink. HEX triplet: F3, 70 and F8. RGB value is (243,112,248). Sum of RGB (Red+Green+Blue) = 243+112+248=603 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.30% from 603); Green value is 112 (44.14% from 255 or 18.57% from 603); Blue value is 248 (97.27% from 255 or 41.13% from 603); Max value from RGB is 248 - color contains mainly: blue. Hex color #F370F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F370F8 is #0C8F07. Grayscale: #A6A6A6. Windows color (decimal): -823048 or 16281843. OLE color: 16281843.
HSL color Cylindrical-coordinate representation of color #F370F8: hue angle of 297.79º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F370F8 is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 243 | 112 | 248 | - |
| CMYK | 0.02 | 0.55 | 0 | 0.03 |
| HSL | 297.79º | 0.91% | 0.71% | - |
| HSV(B) | 297.79º | 0.55% | 0.97% | - |
| XYZ | 59.7 | 37.42 | 92.88 | - |
| YUV | 166.67 | 173.9 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 112 | 248 | 0.02 | 0.55 | 0 | 0.03 | 297.79 | 0.91 | 0.71 |
| Hex | F3 | 70 | F8 | 2 | 37 | 0 | 3 | 12A | 5B | 47 |
| Octal | 363 | 160 | 370 | 2 | 67 | 0 | 3 | 452 | 133 | 107 |
| Binary | 11110011 | 1110000 | 11111000 | 10 | 110111 | 0 | 11 | 100101010 | 1011011 | 1000111 |
Color Harmonies of #F370F8
Complementary color
Monochromatic Colors of #F370F8
Black with #F370F8
Text Example
Text Example
White with #F370F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F370F8; }
p { color: rgb(243,112,248); }
H1.HeaderClassName
{
color: #F370F8;
}
.AnyTagClassName
{
color: #F370F8;
}
</style>
background-color css
<style>
a { background-color: #F370F8; }
a { background-color: rgb(243,112,248); }
div.DivClassName
{
background-color: #F370F8;
}
.BgClassName
{
background-color: #F370F8;
}
</style>
border-color css
<style>
span { border-color: #F370F8; }
span { border-color: rgb(243,112,248); }
td.TdClassName
{
border-color: #F370F8;
}
.TagClassName
{
border-color: #F370F8;
}
</style>