Shades of Ultra Pink #F66BF5
Tints of Ultra Pink #F66BF5
RGB
CMYK
RGB Variations
Color information
#F66BF5 (or 0xF66BF5) is known color: Ultra Pink. HEX triplet: F6, 6B and F5. RGB value is (246,107,245). Sum of RGB (Red+Green+Blue) = 246+107+245=598 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.14% from 598); Green value is 107 (42.19% from 255 or 17.89% from 598); Blue value is 245 (96.09% from 255 or 40.97% from 598); Max value from RGB is 246 - color contains mainly: red. Hex color #F66BF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F66BF5 is #09940A. Grayscale: #A3A3A3. Windows color (decimal): -627723 or 16083958. OLE color: 16083958.
HSL color Cylindrical-coordinate representation of color #F66BF5: hue angle of 300.43º 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 #F66BF5 is Cyan = 0, Magento = 0.57, Yellow = 0.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 107 | 245 | - |
| CMYK | 0 | 0.57 | 0.00 | 0.04 |
| HSL | 300.43º | 0.89% | 0.69% | - |
| HSV(B) | 300.43º | 0.57% | 0.96% | - |
| XYZ | 59.75 | 36.7 | 90.32 | - |
| YUV | 164.29 | 173.55 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 107 | 245 | 0 | 0.57 | 0.00 | 0.04 | 300.43 | 0.89 | 0.69 |
| Hex | F6 | 6B | F5 | 0 | 39 | 0 | 4 | 12C | 59 | 45 |
| Octal | 366 | 153 | 365 | 0 | 71 | 0 | 4 | 454 | 131 | 105 |
| Binary | 11110110 | 1101011 | 11110101 | 0 | 111001 | 0 | 100 | 100101100 | 1011001 | 1000101 |
Color Harmonies of #F66BF5
Complementary color
Monochromatic Colors of #F66BF5
Black with #F66BF5
Text Example
Text Example
White with #F66BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66BF5; }
p { color: rgb(246,107,245); }
H1.HeaderClassName
{
color: #F66BF5;
}
.AnyTagClassName
{
color: #F66BF5;
}
</style>
background-color css
<style>
a { background-color: #F66BF5; }
a { background-color: rgb(246,107,245); }
div.DivClassName
{
background-color: #F66BF5;
}
.BgClassName
{
background-color: #F66BF5;
}
</style>
border-color css
<style>
span { border-color: #F66BF5; }
span { border-color: rgb(246,107,245); }
td.TdClassName
{
border-color: #F66BF5;
}
.TagClassName
{
border-color: #F66BF5;
}
</style>