Shades of Ultra Pink #F66BEA
Tints of Ultra Pink #F66BEA
RGB
CMYK
RGB Variations
Color information
#F66BEA (or 0xF66BEA) is known color: Ultra Pink. HEX triplet: F6, 6B and EA. RGB value is (246,107,234). Sum of RGB (Red+Green+Blue) = 246+107+234=587 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.91% from 587); Green value is 107 (42.19% from 255 or 18.23% from 587); Blue value is 234 (91.80% from 255 or 39.86% from 587); Max value from RGB is 246 - color contains mainly: red. Hex color #F66BEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F66BEA is #099415. Grayscale: #A2A2A2. Windows color (decimal): -627734 or 15363062. OLE color: 15363062.
HSL color Cylindrical-coordinate representation of color #F66BEA: hue angle of 305.18º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F66BEA is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 107 | 234 | - |
| CMYK | 0 | 0.57 | 0.05 | 0.04 |
| HSL | 305.18º | 0.89% | 0.69% | - |
| HSV(B) | 305.18º | 0.57% | 0.96% | - |
| XYZ | 58.12 | 36.05 | 81.74 | - |
| YUV | 163.04 | 168.05 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 107 | 234 | 0 | 0.57 | 0.05 | 0.04 | 305.18 | 0.89 | 0.69 |
| Hex | F6 | 6B | EA | 0 | 39 | 5 | 4 | 131 | 59 | 45 |
| Octal | 366 | 153 | 352 | 0 | 71 | 5 | 4 | 461 | 131 | 105 |
| Binary | 11110110 | 1101011 | 11101010 | 0 | 111001 | 101 | 100 | 100110001 | 1011001 | 1000101 |
Color Harmonies of #F66BEA
Complementary color
Monochromatic Colors of #F66BEA
Black with #F66BEA
Text Example
Text Example
White with #F66BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66BEA; }
p { color: rgb(246,107,234); }
H1.HeaderClassName
{
color: #F66BEA;
}
.AnyTagClassName
{
color: #F66BEA;
}
</style>
background-color css
<style>
a { background-color: #F66BEA; }
a { background-color: rgb(246,107,234); }
div.DivClassName
{
background-color: #F66BEA;
}
.BgClassName
{
background-color: #F66BEA;
}
</style>
border-color css
<style>
span { border-color: #F66BEA; }
span { border-color: rgb(246,107,234); }
td.TdClassName
{
border-color: #F66BEA;
}
.TagClassName
{
border-color: #F66BEA;
}
</style>