Shades of Ultra Pink #FF6FED
Tints of Ultra Pink #FF6FED
RGB
CMYK
RGB Variations
Color information
#FF6FED (or 0xFF6FED) is known color: Ultra Pink. HEX triplet: FF, 6F and ED. RGB value is (255,111,237). Sum of RGB (Red+Green+Blue) = 255+111+237=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 111 (43.75% from 255 or 18.41% from 603); Blue value is 237 (92.97% from 255 or 39.30% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6FED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF6FED is #009012. Grayscale: #A8A8A8. Windows color (decimal): -36883 or 15560703. OLE color: 15560703.
HSL color Cylindrical-coordinate representation of color #FF6FED: hue angle of 307.5º 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 #FF6FED is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 111 | 237 | - |
| CMYK | 0 | 0.56 | 0.07 | 0 |
| HSL | 307.5º | 1% | 0.72% | - |
| HSV(B) | 307.5º | 0.56% | 1% | - |
| XYZ | 62.21 | 38.74 | 84.32 | - |
| YUV | 168.42 | 166.71 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 111 | 237 | 0 | 0.56 | 0.07 | 0 | 307.5 | 1 | 0.72 |
| Hex | FF | 6F | ED | 0 | 38 | 7 | 0 | 134 | 64 | 48 |
| Octal | 377 | 157 | 355 | 0 | 70 | 7 | 0 | 464 | 144 | 110 |
| Binary | 11111111 | 1101111 | 11101101 | 0 | 111000 | 111 | 0 | 100110100 | 1100100 | 1001000 |
Color Harmonies of #FF6FED
Complementary color
Monochromatic Colors of #FF6FED
Black with #FF6FED
Text Example
Text Example
White with #FF6FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6FED; }
p { color: rgb(255,111,237); }
H1.HeaderClassName
{
color: #FF6FED;
}
.AnyTagClassName
{
color: #FF6FED;
}
</style>
background-color css
<style>
a { background-color: #FF6FED; }
a { background-color: rgb(255,111,237); }
div.DivClassName
{
background-color: #FF6FED;
}
.BgClassName
{
background-color: #FF6FED;
}
</style>
border-color css
<style>
span { border-color: #FF6FED; }
span { border-color: rgb(255,111,237); }
td.TdClassName
{
border-color: #FF6FED;
}
.TagClassName
{
border-color: #FF6FED;
}
</style>