Shades of Ultra Pink #F570FA
Tints of Ultra Pink #F570FA
RGB
CMYK
RGB Variations
Color information
#F570FA (or 0xF570FA) is known color: Ultra Pink. HEX triplet: F5, 70 and FA. RGB value is (245,112,250). Sum of RGB (Red+Green+Blue) = 245+112+250=607 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.36% from 607); Green value is 112 (44.14% from 255 or 18.45% 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 #F570FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F570FA is #0A8F05. Grayscale: #A7A7A7. Windows color (decimal): -691974 or 16412917. OLE color: 16412917.
HSL color Cylindrical-coordinate representation of color #F570FA: hue angle of 297.83º 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 #F570FA is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 112 | 250 | - |
| CMYK | 0.02 | 0.55 | 0 | 0.02 |
| HSL | 297.83º | 0.93% | 0.71% | - |
| HSV(B) | 297.83º | 0.55% | 0.98% | - |
| XYZ | 60.71 | 37.9 | 94.56 | - |
| YUV | 167.5 | 174.56 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 112 | 250 | 0.02 | 0.55 | 0 | 0.02 | 297.83 | 0.93 | 0.71 |
| Hex | F5 | 70 | FA | 2 | 37 | 0 | 2 | 12A | 5D | 47 |
| Octal | 365 | 160 | 372 | 2 | 67 | 0 | 2 | 452 | 135 | 107 |
| Binary | 11110101 | 1110000 | 11111010 | 10 | 110111 | 0 | 10 | 100101010 | 1011101 | 1000111 |
Color Harmonies of #F570FA
Complementary color
Monochromatic Colors of #F570FA
Black with #F570FA
Text Example
Text Example
White with #F570FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F570FA; }
p { color: rgb(245,112,250); }
H1.HeaderClassName
{
color: #F570FA;
}
.AnyTagClassName
{
color: #F570FA;
}
</style>
background-color css
<style>
a { background-color: #F570FA; }
a { background-color: rgb(245,112,250); }
div.DivClassName
{
background-color: #F570FA;
}
.BgClassName
{
background-color: #F570FA;
}
</style>
border-color css
<style>
span { border-color: #F570FA; }
span { border-color: rgb(245,112,250); }
td.TdClassName
{
border-color: #F570FA;
}
.TagClassName
{
border-color: #F570FA;
}
</style>