Shades of Ultra Pink #F270FD
Tints of Ultra Pink #F270FD
RGB
CMYK
RGB Variations
Color information
#F270FD (or 0xF270FD) is known color: Ultra Pink. HEX triplet: F2, 70 and FD. RGB value is (242,112,253). Sum of RGB (Red+Green+Blue) = 242+112+253=607 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.87% from 607); Green value is 112 (44.14% from 255 or 18.45% from 607); Blue value is 253 (99.22% from 255 or 41.68% from 607); Max value from RGB is 253 - color contains mainly: blue. Hex color #F270FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F270FD is #0D8F02. Grayscale: #A6A6A6. Windows color (decimal): -888579 or 16609522. OLE color: 16609522.
HSL color Cylindrical-coordinate representation of color #F270FD: hue angle of 295.32º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F270FD is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 112 | 253 | - |
| CMYK | 0.04 | 0.56 | 0 | 0.01 |
| HSL | 295.32º | 0.97% | 0.72% | - |
| HSV(B) | 295.32º | 0.56% | 0.99% | - |
| XYZ | 60.14 | 37.56 | 97.01 | - |
| YUV | 166.94 | 176.57 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 112 | 253 | 0.04 | 0.56 | 0 | 0.01 | 295.32 | 0.97 | 0.72 |
| Hex | F2 | 70 | FD | 4 | 38 | 0 | 1 | 127 | 61 | 48 |
| Octal | 362 | 160 | 375 | 4 | 70 | 0 | 1 | 447 | 141 | 110 |
| Binary | 11110010 | 1110000 | 11111101 | 100 | 111000 | 0 | 1 | 100100111 | 1100001 | 1001000 |
Color Harmonies of #F270FD
Complementary color
Monochromatic Colors of #F270FD
Black with #F270FD
Text Example
Text Example
White with #F270FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F270FD; }
p { color: rgb(242,112,253); }
H1.HeaderClassName
{
color: #F270FD;
}
.AnyTagClassName
{
color: #F270FD;
}
</style>
background-color css
<style>
a { background-color: #F270FD; }
a { background-color: rgb(242,112,253); }
div.DivClassName
{
background-color: #F270FD;
}
.BgClassName
{
background-color: #F270FD;
}
</style>
border-color css
<style>
span { border-color: #F270FD; }
span { border-color: rgb(242,112,253); }
td.TdClassName
{
border-color: #F270FD;
}
.TagClassName
{
border-color: #F270FD;
}
</style>