Shades of Ultra Pink #FF6BFA
Tints of Ultra Pink #FF6BFA
RGB
CMYK
RGB Variations
Color information
#FF6BFA (or 0xFF6BFA) is known color: Ultra Pink. HEX triplet: FF, 6B and FA. RGB value is (255,107,250). Sum of RGB (Red+Green+Blue) = 255+107+250=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 107 (42.19% from 255 or 17.48% from 612); Blue value is 250 (98.05% from 255 or 40.85% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6BFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF6BFA is #009405. Grayscale: #A7A7A7. Windows color (decimal): -37894 or 16411647. OLE color: 16411647.
HSL color Cylindrical-coordinate representation of color #FF6BFA: hue angle of 302.03º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FF6BFA is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 107 | 250 | - |
| CMYK | 0 | 0.58 | 0.02 | 0 |
| HSL | 302.03º | 1% | 0.71% | - |
| HSV(B) | 302.03º | 0.58% | 1% | - |
| XYZ | 63.75 | 38.68 | 94.55 | - |
| YUV | 167.55 | 174.53 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 107 | 250 | 0 | 0.58 | 0.02 | 0 | 302.03 | 1 | 0.71 |
| Hex | FF | 6B | FA | 0 | 3A | 2 | 0 | 12E | 64 | 47 |
| Octal | 377 | 153 | 372 | 0 | 72 | 2 | 0 | 456 | 144 | 107 |
| Binary | 11111111 | 1101011 | 11111010 | 0 | 111010 | 10 | 0 | 100101110 | 1100100 | 1000111 |
Color Harmonies of #FF6BFA
Complementary color
Monochromatic Colors of #FF6BFA
Black with #FF6BFA
Text Example
Text Example
White with #FF6BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6BFA; }
p { color: rgb(255,107,250); }
H1.HeaderClassName
{
color: #FF6BFA;
}
.AnyTagClassName
{
color: #FF6BFA;
}
</style>
background-color css
<style>
a { background-color: #FF6BFA; }
a { background-color: rgb(255,107,250); }
div.DivClassName
{
background-color: #FF6BFA;
}
.BgClassName
{
background-color: #FF6BFA;
}
</style>
border-color css
<style>
span { border-color: #FF6BFA; }
span { border-color: rgb(255,107,250); }
td.TdClassName
{
border-color: #FF6BFA;
}
.TagClassName
{
border-color: #FF6BFA;
}
</style>