Shades of Ultra Pink #FB6DF1
Tints of Ultra Pink #FB6DF1
RGB
CMYK
RGB Variations
Color information
#FB6DF1 (or 0xFB6DF1) is known color: Ultra Pink. HEX triplet: FB, 6D and F1. RGB value is (251,109,241). Sum of RGB (Red+Green+Blue) = 251+109+241=601 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.76% from 601); Green value is 109 (42.97% from 255 or 18.14% from 601); Blue value is 241 (94.53% from 255 or 40.10% from 601); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6DF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB6DF1 is #04920E. Grayscale: #A6A6A6. Windows color (decimal): -299535 or 15822331. OLE color: 15822331.
HSL color Cylindrical-coordinate representation of color #FB6DF1: hue angle of 304.23º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FB6DF1 is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 109 | 241 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.02 |
| HSL | 304.23º | 0.95% | 0.71% | - |
| HSV(B) | 304.23º | 0.57% | 0.98% | - |
| XYZ | 61.13 | 37.8 | 87.29 | - |
| YUV | 166.51 | 170.04 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 109 | 241 | 0 | 0.57 | 0.04 | 0.02 | 304.23 | 0.95 | 0.71 |
| Hex | FB | 6D | F1 | 0 | 39 | 4 | 2 | 130 | 5F | 47 |
| Octal | 373 | 155 | 361 | 0 | 71 | 4 | 2 | 460 | 137 | 107 |
| Binary | 11111011 | 1101101 | 11110001 | 0 | 111001 | 100 | 10 | 100110000 | 1011111 | 1000111 |
Color Harmonies of #FB6DF1
Complementary color
Monochromatic Colors of #FB6DF1
Black with #FB6DF1
Text Example
Text Example
White with #FB6DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6DF1; }
p { color: rgb(251,109,241); }
H1.HeaderClassName
{
color: #FB6DF1;
}
.AnyTagClassName
{
color: #FB6DF1;
}
</style>
background-color css
<style>
a { background-color: #FB6DF1; }
a { background-color: rgb(251,109,241); }
div.DivClassName
{
background-color: #FB6DF1;
}
.BgClassName
{
background-color: #FB6DF1;
}
</style>
border-color css
<style>
span { border-color: #FB6DF1; }
span { border-color: rgb(251,109,241); }
td.TdClassName
{
border-color: #FB6DF1;
}
.TagClassName
{
border-color: #FB6DF1;
}
</style>