Shades of Ultra Pink #FF6FF4
Tints of Ultra Pink #FF6FF4
RGB
CMYK
RGB Variations
Color information
#FF6FF4 (or 0xFF6FF4) is known color: Ultra Pink. HEX triplet: FF, 6F and F4. RGB value is (255,111,244). Sum of RGB (Red+Green+Blue) = 255+111+244=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 111 (43.75% from 255 or 18.20% from 610); Blue value is 244 (95.70% from 255 or 40% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6FF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF6FF4 is #00900B. Grayscale: #A8A8A8. Windows color (decimal): -36876 or 16019455. OLE color: 16019455.
HSL color Cylindrical-coordinate representation of color #FF6FF4: hue angle of 304.58º 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 #FF6FF4 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 111 | 244 | - |
| CMYK | 0 | 0.56 | 0.04 | 0 |
| HSL | 304.58º | 1% | 0.72% | - |
| HSV(B) | 304.58º | 0.56% | 1% | - |
| XYZ | 63.25 | 39.16 | 89.81 | - |
| YUV | 169.22 | 170.21 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 111 | 244 | 0 | 0.56 | 0.04 | 0 | 304.58 | 1 | 0.72 |
| Hex | FF | 6F | F4 | 0 | 38 | 4 | 0 | 131 | 64 | 48 |
| Octal | 377 | 157 | 364 | 0 | 70 | 4 | 0 | 461 | 144 | 110 |
| Binary | 11111111 | 1101111 | 11110100 | 0 | 111000 | 100 | 0 | 100110001 | 1100100 | 1001000 |
Color Harmonies of #FF6FF4
Complementary color
Monochromatic Colors of #FF6FF4
Black with #FF6FF4
Text Example
Text Example
White with #FF6FF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6FF4; }
p { color: rgb(255,111,244); }
H1.HeaderClassName
{
color: #FF6FF4;
}
.AnyTagClassName
{
color: #FF6FF4;
}
</style>
background-color css
<style>
a { background-color: #FF6FF4; }
a { background-color: rgb(255,111,244); }
div.DivClassName
{
background-color: #FF6FF4;
}
.BgClassName
{
background-color: #FF6FF4;
}
</style>
border-color css
<style>
span { border-color: #FF6FF4; }
span { border-color: rgb(255,111,244); }
td.TdClassName
{
border-color: #FF6FF4;
}
.TagClassName
{
border-color: #FF6FF4;
}
</style>