Shades of Ultra Pink #FF6FF2
Tints of Ultra Pink #FF6FF2
RGB
CMYK
RGB Variations
Color information
#FF6FF2 (or 0xFF6FF2) is known color: Ultra Pink. HEX triplet: FF, 6F and F2. RGB value is (255,111,242). Sum of RGB (Red+Green+Blue) = 255+111+242=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 111 (43.75% from 255 or 18.26% from 608); Blue value is 242 (94.92% from 255 or 39.80% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6FF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF6FF2 is #00900D. Grayscale: #A8A8A8. Windows color (decimal): -36878 or 15888383. OLE color: 15888383.
HSL color Cylindrical-coordinate representation of color #FF6FF2: hue angle of 305.42º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF6FF2 is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 111 | 242 | - |
| CMYK | 0 | 0.56 | 0.05 | 0 |
| HSL | 305.42º | 1% | 0.72% | - |
| HSV(B) | 305.42º | 0.56% | 1% | - |
| XYZ | 62.95 | 39.04 | 88.22 | - |
| YUV | 168.99 | 169.21 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 111 | 242 | 0 | 0.56 | 0.05 | 0 | 305.42 | 1 | 0.72 |
| Hex | FF | 6F | F2 | 0 | 38 | 5 | 0 | 131 | 64 | 48 |
| Octal | 377 | 157 | 362 | 0 | 70 | 5 | 0 | 461 | 144 | 110 |
| Binary | 11111111 | 1101111 | 11110010 | 0 | 111000 | 101 | 0 | 100110001 | 1100100 | 1001000 |
Color Harmonies of #FF6FF2
Complementary color
Monochromatic Colors of #FF6FF2
Black with #FF6FF2
Text Example
Text Example
White with #FF6FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6FF2; }
p { color: rgb(255,111,242); }
H1.HeaderClassName
{
color: #FF6FF2;
}
.AnyTagClassName
{
color: #FF6FF2;
}
</style>
background-color css
<style>
a { background-color: #FF6FF2; }
a { background-color: rgb(255,111,242); }
div.DivClassName
{
background-color: #FF6FF2;
}
.BgClassName
{
background-color: #FF6FF2;
}
</style>
border-color css
<style>
span { border-color: #FF6FF2; }
span { border-color: rgb(255,111,242); }
td.TdClassName
{
border-color: #FF6FF2;
}
.TagClassName
{
border-color: #FF6FF2;
}
</style>