Shades of Ultra Pink #FB6BF2
Tints of Ultra Pink #FB6BF2
RGB
CMYK
RGB Variations
Color information
#FB6BF2 (or 0xFB6BF2) is known color: Ultra Pink. HEX triplet: FB, 6B and F2. RGB value is (251,107,242). Sum of RGB (Red+Green+Blue) = 251+107+242=600 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.83% from 600); Green value is 107 (42.19% from 255 or 17.83% from 600); Blue value is 242 (94.92% from 255 or 40.33% from 600); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6BF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB6BF2 is #04940D. Grayscale: #A5A5A5. Windows color (decimal): -300046 or 15887355. OLE color: 15887355.
HSL color Cylindrical-coordinate representation of color #FB6BF2: hue angle of 303.75º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FB6BF2 is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 107 | 242 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.02 |
| HSL | 303.75º | 0.95% | 0.7% | - |
| HSV(B) | 303.75º | 0.57% | 0.98% | - |
| XYZ | 61.07 | 37.44 | 88.01 | - |
| YUV | 165.45 | 171.21 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 107 | 242 | 0 | 0.57 | 0.04 | 0.02 | 303.75 | 0.95 | 0.7 |
| Hex | FB | 6B | F2 | 0 | 39 | 4 | 2 | 130 | 5F | 46 |
| Octal | 373 | 153 | 362 | 0 | 71 | 4 | 2 | 460 | 137 | 106 |
| Binary | 11111011 | 1101011 | 11110010 | 0 | 111001 | 100 | 10 | 100110000 | 1011111 | 1000110 |
Color Harmonies of #FB6BF2
Complementary color
Monochromatic Colors of #FB6BF2
Black with #FB6BF2
Text Example
Text Example
White with #FB6BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6BF2; }
p { color: rgb(251,107,242); }
H1.HeaderClassName
{
color: #FB6BF2;
}
.AnyTagClassName
{
color: #FB6BF2;
}
</style>
background-color css
<style>
a { background-color: #FB6BF2; }
a { background-color: rgb(251,107,242); }
div.DivClassName
{
background-color: #FB6BF2;
}
.BgClassName
{
background-color: #FB6BF2;
}
</style>
border-color css
<style>
span { border-color: #FB6BF2; }
span { border-color: rgb(251,107,242); }
td.TdClassName
{
border-color: #FB6BF2;
}
.TagClassName
{
border-color: #FB6BF2;
}
</style>