Shades of Ultra Pink #FF6CF4
Tints of Ultra Pink #FF6CF4
RGB
CMYK
RGB Variations
Color information
#FF6CF4 (or 0xFF6CF4) is known color: Ultra Pink. HEX triplet: FF, 6C and F4. RGB value is (255,108,244). Sum of RGB (Red+Green+Blue) = 255+108+244=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 108 (42.58% from 255 or 17.79% from 607); Blue value is 244 (95.70% from 255 or 40.20% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6CF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF6CF4 is #00930B. Grayscale: #A7A7A7. Windows color (decimal): -37644 or 16018687. OLE color: 16018687.
HSL color Cylindrical-coordinate representation of color #FF6CF4: hue angle of 304.49º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FF6CF4 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 108 | 244 | - |
| CMYK | 0 | 0.58 | 0.04 | 0 |
| HSL | 304.49º | 1% | 0.71% | - |
| HSV(B) | 304.49º | 0.58% | 1% | - |
| XYZ | 62.93 | 38.52 | 89.71 | - |
| YUV | 167.46 | 171.2 | 190.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 108 | 244 | 0 | 0.58 | 0.04 | 0 | 304.49 | 1 | 0.71 |
| Hex | FF | 6C | F4 | 0 | 3A | 4 | 0 | 130 | 64 | 47 |
| Octal | 377 | 154 | 364 | 0 | 72 | 4 | 0 | 460 | 144 | 107 |
| Binary | 11111111 | 1101100 | 11110100 | 0 | 111010 | 100 | 0 | 100110000 | 1100100 | 1000111 |
Color Harmonies of #FF6CF4
Complementary color
Monochromatic Colors of #FF6CF4
Black with #FF6CF4
Text Example
Text Example
White with #FF6CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6CF4; }
p { color: rgb(255,108,244); }
H1.HeaderClassName
{
color: #FF6CF4;
}
.AnyTagClassName
{
color: #FF6CF4;
}
</style>
background-color css
<style>
a { background-color: #FF6CF4; }
a { background-color: rgb(255,108,244); }
div.DivClassName
{
background-color: #FF6CF4;
}
.BgClassName
{
background-color: #FF6CF4;
}
</style>
border-color css
<style>
span { border-color: #FF6CF4; }
span { border-color: rgb(255,108,244); }
td.TdClassName
{
border-color: #FF6CF4;
}
.TagClassName
{
border-color: #FF6CF4;
}
</style>