Shades of Ultra Pink #FD6CEA
Tints of Ultra Pink #FD6CEA
RGB
CMYK
RGB Variations
Color information
#FD6CEA (or 0xFD6CEA) is known color: Ultra Pink. HEX triplet: FD, 6C and EA. RGB value is (253,108,234). Sum of RGB (Red+Green+Blue) = 253+108+234=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 108 (42.58% from 255 or 18.15% from 595); Blue value is 234 (91.80% from 255 or 39.33% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6CEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD6CEA is #029315. Grayscale: #A5A5A5. Windows color (decimal): -168726 or 15363325. OLE color: 15363325.
HSL color Cylindrical-coordinate representation of color #FD6CEA: hue angle of 307.86º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FD6CEA is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 108 | 234 | - |
| CMYK | 0 | 0.57 | 0.08 | 0.01 |
| HSL | 307.86º | 0.97% | 0.71% | - |
| HSV(B) | 307.86º | 0.57% | 0.99% | - |
| XYZ | 60.72 | 37.55 | 81.89 | - |
| YUV | 165.72 | 166.54 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 108 | 234 | 0 | 0.57 | 0.08 | 0.01 | 307.86 | 0.97 | 0.71 |
| Hex | FD | 6C | EA | 0 | 39 | 8 | 1 | 134 | 61 | 47 |
| Octal | 375 | 154 | 352 | 0 | 71 | 10 | 1 | 464 | 141 | 107 |
| Binary | 11111101 | 1101100 | 11101010 | 0 | 111001 | 1000 | 1 | 100110100 | 1100001 | 1000111 |
Color Harmonies of #FD6CEA
Complementary color
Monochromatic Colors of #FD6CEA
Black with #FD6CEA
Text Example
Text Example
White with #FD6CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6CEA; }
p { color: rgb(253,108,234); }
H1.HeaderClassName
{
color: #FD6CEA;
}
.AnyTagClassName
{
color: #FD6CEA;
}
</style>
background-color css
<style>
a { background-color: #FD6CEA; }
a { background-color: rgb(253,108,234); }
div.DivClassName
{
background-color: #FD6CEA;
}
.BgClassName
{
background-color: #FD6CEA;
}
</style>
border-color css
<style>
span { border-color: #FD6CEA; }
span { border-color: rgb(253,108,234); }
td.TdClassName
{
border-color: #FD6CEA;
}
.TagClassName
{
border-color: #FD6CEA;
}
</style>