Shades of Ultra Pink #FB6DF7
Tints of Ultra Pink #FB6DF7
RGB
CMYK
RGB Variations
Color information
#FB6DF7 (or 0xFB6DF7) is known color: Ultra Pink. HEX triplet: FB, 6D and F7. RGB value is (251,109,247). Sum of RGB (Red+Green+Blue) = 251+109+247=607 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.35% from 607); Green value is 109 (42.97% from 255 or 17.96% from 607); Blue value is 247 (96.88% from 255 or 40.69% from 607); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6DF7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB6DF7 is #049208. Grayscale: #A6A6A6. Windows color (decimal): -299529 or 16215547. OLE color: 16215547.
HSL color Cylindrical-coordinate representation of color #FB6DF7: hue angle of 301.69º 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 #FB6DF7 is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 109 | 247 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.02 |
| HSL | 301.69º | 0.95% | 0.71% | - |
| HSV(B) | 301.69º | 0.57% | 0.98% | - |
| XYZ | 62.04 | 38.16 | 92.09 | - |
| YUV | 167.19 | 173.04 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 109 | 247 | 0 | 0.57 | 0.02 | 0.02 | 301.69 | 0.95 | 0.71 |
| Hex | FB | 6D | F7 | 0 | 39 | 2 | 2 | 12E | 5F | 47 |
| Octal | 373 | 155 | 367 | 0 | 71 | 2 | 2 | 456 | 137 | 107 |
| Binary | 11111011 | 1101101 | 11110111 | 0 | 111001 | 10 | 10 | 100101110 | 1011111 | 1000111 |
Color Harmonies of #FB6DF7
Complementary color
Monochromatic Colors of #FB6DF7
Black with #FB6DF7
Text Example
Text Example
White with #FB6DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6DF7; }
p { color: rgb(251,109,247); }
H1.HeaderClassName
{
color: #FB6DF7;
}
.AnyTagClassName
{
color: #FB6DF7;
}
</style>
background-color css
<style>
a { background-color: #FB6DF7; }
a { background-color: rgb(251,109,247); }
div.DivClassName
{
background-color: #FB6DF7;
}
.BgClassName
{
background-color: #FB6DF7;
}
</style>
border-color css
<style>
span { border-color: #FB6DF7; }
span { border-color: rgb(251,109,247); }
td.TdClassName
{
border-color: #FB6DF7;
}
.TagClassName
{
border-color: #FB6DF7;
}
</style>