Shades of Ultra Pink #F96DFD
Tints of Ultra Pink #F96DFD
RGB
CMYK
RGB Variations
Color information
#F96DFD (or 0xF96DFD) is known color: Ultra Pink. HEX triplet: F9, 6D and FD. RGB value is (249,109,253). Sum of RGB (Red+Green+Blue) = 249+109+253=611 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.75% from 611); Green value is 109 (42.97% from 255 or 17.84% from 611); Blue value is 253 (99.22% from 255 or 41.41% from 611); Max value from RGB is 253 - color contains mainly: blue. Hex color #F96DFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F96DFD is #069202. Grayscale: #A6A6A6. Windows color (decimal): -430595 or 16608761. OLE color: 16608761.
HSL color Cylindrical-coordinate representation of color #F96DFD: hue angle of 298.33º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F96DFD is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 249 | 109 | 253 | - |
CMYK | 0.02 | 0.57 | 0 | 0.01 |
HSL | 298.33º | 0.97% | 0.71% | - |
HSV(B) | 298.33º | 0.57% | 0.99% | - |
XYZ | 62.27 | 38.17 | 97.01 | - |
YUV | 167.28 | 176.38 | 186.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 109 | 253 | 0.02 | 0.57 | 0 | 0.01 | 298.33 | 0.97 | 0.71 |
Hex | F9 | 6D | FD | 2 | 39 | 0 | 1 | 12A | 61 | 47 |
Octal | 371 | 155 | 375 | 2 | 71 | 0 | 1 | 452 | 141 | 107 |
Binary | 11111001 | 1101101 | 11111101 | 10 | 111001 | 0 | 1 | 100101010 | 1100001 | 1000111 |
Color Harmonies of #F96DFD
Complementary color
Monochromatic Colors of #F96DFD
Black with #F96DFD
Text Example
Text Example
White with #F96DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96DFD; }
p { color: rgb(249,109,253); }
H1.HeaderClassName
{
color: #F96DFD;
}
.AnyTagClassName
{
color: #F96DFD;
}
</style>
background-color css
<style>
a { background-color: #F96DFD; }
a { background-color: rgb(249,109,253); }
div.DivClassName
{
background-color: #F96DFD;
}
.BgClassName
{
background-color: #F96DFD;
}
</style>
border-color css
<style>
span { border-color: #F96DFD; }
span { border-color: rgb(249,109,253); }
td.TdClassName
{
border-color: #F96DFD;
}
.TagClassName
{
border-color: #F96DFD;
}
</style>