Shades of Ultra Pink #FF6DF2
Tints of Ultra Pink #FF6DF2
RGB
CMYK
RGB Variations
Color information
#FF6DF2 (or 0xFF6DF2) is known color: Ultra Pink. HEX triplet: FF, 6D and F2. RGB value is (255,109,242). Sum of RGB (Red+Green+Blue) = 255+109+242=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 109 (42.97% from 255 or 17.99% from 606); Blue value is 242 (94.92% from 255 or 39.93% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6DF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF6DF2 is #00920D. Grayscale: #A7A7A7. Windows color (decimal): -37390 or 15887871. OLE color: 15887871.
HSL color Cylindrical-coordinate representation of color #FF6DF2: hue angle of 305.34º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FF6DF2 is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 109 | 242 | - |
| CMYK | 0 | 0.57 | 0.05 | 0 |
| HSL | 305.34º | 1% | 0.71% | - |
| HSV(B) | 305.34º | 0.57% | 1% | - |
| XYZ | 62.74 | 38.61 | 88.15 | - |
| YUV | 167.82 | 169.87 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 109 | 242 | 0 | 0.57 | 0.05 | 0 | 305.34 | 1 | 0.71 |
| Hex | FF | 6D | F2 | 0 | 39 | 5 | 0 | 131 | 64 | 47 |
| Octal | 377 | 155 | 362 | 0 | 71 | 5 | 0 | 461 | 144 | 107 |
| Binary | 11111111 | 1101101 | 11110010 | 0 | 111001 | 101 | 0 | 100110001 | 1100100 | 1000111 |
Color Harmonies of #FF6DF2
Complementary color
Monochromatic Colors of #FF6DF2
Black with #FF6DF2
Text Example
Text Example
White with #FF6DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6DF2; }
p { color: rgb(255,109,242); }
H1.HeaderClassName
{
color: #FF6DF2;
}
.AnyTagClassName
{
color: #FF6DF2;
}
</style>
background-color css
<style>
a { background-color: #FF6DF2; }
a { background-color: rgb(255,109,242); }
div.DivClassName
{
background-color: #FF6DF2;
}
.BgClassName
{
background-color: #FF6DF2;
}
</style>
border-color css
<style>
span { border-color: #FF6DF2; }
span { border-color: rgb(255,109,242); }
td.TdClassName
{
border-color: #FF6DF2;
}
.TagClassName
{
border-color: #FF6DF2;
}
</style>