Shades of Ultra Pink #FF6CFD
Tints of Ultra Pink #FF6CFD
RGB
CMYK
RGB Variations
Color information
#FF6CFD (or 0xFF6CFD) is known color: Ultra Pink. HEX triplet: FF, 6C and FD. RGB value is (255,108,253). Sum of RGB (Red+Green+Blue) = 255+108+253=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 108 (42.58% from 255 or 17.53% from 616); Blue value is 253 (99.22% from 255 or 41.07% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6CFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF6CFD is #009302. Grayscale: #A8A8A8. Windows color (decimal): -37635 or 16608511. OLE color: 16608511.
HSL color Cylindrical-coordinate representation of color #FF6CFD: hue angle of 300.82º 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 #FF6CFD is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 108 | 253 | - |
| CMYK | 0 | 0.58 | 0.01 | 0 |
| HSL | 300.82º | 1% | 0.71% | - |
| HSV(B) | 300.82º | 0.58% | 1% | - |
| XYZ | 64.33 | 39.08 | 97.08 | - |
| YUV | 168.48 | 175.7 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 108 | 253 | 0 | 0.58 | 0.01 | 0 | 300.82 | 1 | 0.71 |
| Hex | FF | 6C | FD | 0 | 3A | 1 | 0 | 12D | 64 | 47 |
| Octal | 377 | 154 | 375 | 0 | 72 | 1 | 0 | 455 | 144 | 107 |
| Binary | 11111111 | 1101100 | 11111101 | 0 | 111010 | 1 | 0 | 100101101 | 1100100 | 1000111 |
Color Harmonies of #FF6CFD
Complementary color
Monochromatic Colors of #FF6CFD
Black with #FF6CFD
Text Example
Text Example
White with #FF6CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6CFD; }
p { color: rgb(255,108,253); }
H1.HeaderClassName
{
color: #FF6CFD;
}
.AnyTagClassName
{
color: #FF6CFD;
}
</style>
background-color css
<style>
a { background-color: #FF6CFD; }
a { background-color: rgb(255,108,253); }
div.DivClassName
{
background-color: #FF6CFD;
}
.BgClassName
{
background-color: #FF6CFD;
}
</style>
border-color css
<style>
span { border-color: #FF6CFD; }
span { border-color: rgb(255,108,253); }
td.TdClassName
{
border-color: #FF6CFD;
}
.TagClassName
{
border-color: #FF6CFD;
}
</style>