Shades of Ultra Pink #F370FA
Tints of Ultra Pink #F370FA
RGB
CMYK
RGB Variations
Color information
#F370FA (or 0xF370FA) is known color: Ultra Pink. HEX triplet: F3, 70 and FA. RGB value is (243,112,250). Sum of RGB (Red+Green+Blue) = 243+112+250=605 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.17% from 605); Green value is 112 (44.14% from 255 or 18.51% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #F370FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F370FA is #0C8F05. Grayscale: #A6A6A6. Windows color (decimal): -823046 or 16412915. OLE color: 16412915.
HSL color Cylindrical-coordinate representation of color #F370FA: hue angle of 296.96º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F370FA is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 112 | 250 | - |
| CMYK | 0.03 | 0.55 | 0 | 0.02 |
| HSL | 296.96º | 0.93% | 0.71% | - |
| HSV(B) | 296.96º | 0.55% | 0.98% | - |
| XYZ | 60.01 | 37.55 | 94.53 | - |
| YUV | 166.9 | 174.9 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 112 | 250 | 0.03 | 0.55 | 0 | 0.02 | 296.96 | 0.93 | 0.71 |
| Hex | F3 | 70 | FA | 3 | 37 | 0 | 2 | 129 | 5D | 47 |
| Octal | 363 | 160 | 372 | 3 | 67 | 0 | 2 | 451 | 135 | 107 |
| Binary | 11110011 | 1110000 | 11111010 | 11 | 110111 | 0 | 10 | 100101001 | 1011101 | 1000111 |
Color Harmonies of #F370FA
Complementary color
Monochromatic Colors of #F370FA
Black with #F370FA
Text Example
Text Example
White with #F370FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F370FA; }
p { color: rgb(243,112,250); }
H1.HeaderClassName
{
color: #F370FA;
}
.AnyTagClassName
{
color: #F370FA;
}
</style>
background-color css
<style>
a { background-color: #F370FA; }
a { background-color: rgb(243,112,250); }
div.DivClassName
{
background-color: #F370FA;
}
.BgClassName
{
background-color: #F370FA;
}
</style>
border-color css
<style>
span { border-color: #F370FA; }
span { border-color: rgb(243,112,250); }
td.TdClassName
{
border-color: #F370FA;
}
.TagClassName
{
border-color: #F370FA;
}
</style>