Shades of Ultra Pink #FB6DF3
Tints of Ultra Pink #FB6DF3
RGB
CMYK
RGB Variations
Color information
#FB6DF3 (or 0xFB6DF3) is known color: Ultra Pink. HEX triplet: FB, 6D and F3. RGB value is (251,109,243). Sum of RGB (Red+Green+Blue) = 251+109+243=603 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.63% from 603); Green value is 109 (42.97% from 255 or 18.08% from 603); Blue value is 243 (95.31% from 255 or 40.30% from 603); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6DF3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB6DF3 is #04920C. Grayscale: #A6A6A6. Windows color (decimal): -299533 or 15953403. OLE color: 15953403.
HSL color Cylindrical-coordinate representation of color #FB6DF3: hue angle of 303.38º 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 #FB6DF3 is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 109 | 243 | - |
| CMYK | 0 | 0.57 | 0.03 | 0.02 |
| HSL | 303.38º | 0.95% | 0.71% | - |
| HSV(B) | 303.38º | 0.57% | 0.98% | - |
| XYZ | 61.43 | 37.92 | 88.88 | - |
| YUV | 166.73 | 171.04 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 109 | 243 | 0 | 0.57 | 0.03 | 0.02 | 303.38 | 0.95 | 0.71 |
| Hex | FB | 6D | F3 | 0 | 39 | 3 | 2 | 12F | 5F | 47 |
| Octal | 373 | 155 | 363 | 0 | 71 | 3 | 2 | 457 | 137 | 107 |
| Binary | 11111011 | 1101101 | 11110011 | 0 | 111001 | 11 | 10 | 100101111 | 1011111 | 1000111 |
Color Harmonies of #FB6DF3
Complementary color
Monochromatic Colors of #FB6DF3
Black with #FB6DF3
Text Example
Text Example
White with #FB6DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6DF3; }
p { color: rgb(251,109,243); }
H1.HeaderClassName
{
color: #FB6DF3;
}
.AnyTagClassName
{
color: #FB6DF3;
}
</style>
background-color css
<style>
a { background-color: #FB6DF3; }
a { background-color: rgb(251,109,243); }
div.DivClassName
{
background-color: #FB6DF3;
}
.BgClassName
{
background-color: #FB6DF3;
}
</style>
border-color css
<style>
span { border-color: #FB6DF3; }
span { border-color: rgb(251,109,243); }
td.TdClassName
{
border-color: #FB6DF3;
}
.TagClassName
{
border-color: #FB6DF3;
}
</style>