Shades of Ultra Pink #FF6BEC
Tints of Ultra Pink #FF6BEC
RGB
CMYK
RGB Variations
Color information
#FF6BEC (or 0xFF6BEC) is known color: Ultra Pink. HEX triplet: FF, 6B and EC. RGB value is (255,107,236). Sum of RGB (Red+Green+Blue) = 255+107+236=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 107 (42.19% from 255 or 17.89% from 598); Blue value is 236 (92.58% from 255 or 39.46% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6BEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF6BEC is #009413. Grayscale: #A5A5A5. Windows color (decimal): -37908 or 15494143. OLE color: 15494143.
HSL color Cylindrical-coordinate representation of color #FF6BEC: hue angle of 307.7º 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 #FF6BEC is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 107 | 236 | - |
| CMYK | 0 | 0.58 | 0.07 | 0 |
| HSL | 307.7º | 1% | 0.71% | - |
| HSV(B) | 307.7º | 0.58% | 1% | - |
| XYZ | 61.64 | 37.83 | 83.41 | - |
| YUV | 165.96 | 167.53 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 107 | 236 | 0 | 0.58 | 0.07 | 0 | 307.7 | 1 | 0.71 |
| Hex | FF | 6B | EC | 0 | 3A | 7 | 0 | 134 | 64 | 47 |
| Octal | 377 | 153 | 354 | 0 | 72 | 7 | 0 | 464 | 144 | 107 |
| Binary | 11111111 | 1101011 | 11101100 | 0 | 111010 | 111 | 0 | 100110100 | 1100100 | 1000111 |
Color Harmonies of #FF6BEC
Complementary color
Monochromatic Colors of #FF6BEC
Black with #FF6BEC
Text Example
Text Example
White with #FF6BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6BEC; }
p { color: rgb(255,107,236); }
H1.HeaderClassName
{
color: #FF6BEC;
}
.AnyTagClassName
{
color: #FF6BEC;
}
</style>
background-color css
<style>
a { background-color: #FF6BEC; }
a { background-color: rgb(255,107,236); }
div.DivClassName
{
background-color: #FF6BEC;
}
.BgClassName
{
background-color: #FF6BEC;
}
</style>
border-color css
<style>
span { border-color: #FF6BEC; }
span { border-color: rgb(255,107,236); }
td.TdClassName
{
border-color: #FF6BEC;
}
.TagClassName
{
border-color: #FF6BEC;
}
</style>