Shades of Ultra Pink #FE6CFB
Tints of Ultra Pink #FE6CFB
RGB
CMYK
RGB Variations
Color information
#FE6CFB (or 0xFE6CFB) is known color: Ultra Pink. HEX triplet: FE, 6C and FB. RGB value is (254,108,251). Sum of RGB (Red+Green+Blue) = 254+108+251=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 108 (42.58% from 255 or 17.62% from 613); Blue value is 251 (98.44% from 255 or 40.95% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6CFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE6CFB is #019304. Grayscale: #A7A7A7. Windows color (decimal): -103173 or 16477438. OLE color: 16477438.
HSL color Cylindrical-coordinate representation of color #FE6CFB: hue angle of 301.23º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FE6CFB is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 108 | 251 | - |
| CMYK | 0 | 0.57 | 0.01 | 0.00 |
| HSL | 301.23º | 0.99% | 0.71% | - |
| HSV(B) | 301.23º | 0.57% | 1% | - |
| XYZ | 63.65 | 38.76 | 95.39 | - |
| YUV | 167.96 | 174.87 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 108 | 251 | 0 | 0.57 | 0.01 | 0.00 | 301.23 | 0.99 | 0.71 |
| Hex | FE | 6C | FB | 0 | 39 | 1 | 0 | 12D | 63 | 47 |
| Octal | 376 | 154 | 373 | 0 | 71 | 1 | 0 | 455 | 143 | 107 |
| Binary | 11111110 | 1101100 | 11111011 | 0 | 111001 | 1 | 0 | 100101101 | 1100011 | 1000111 |
Color Harmonies of #FE6CFB
Complementary color
Monochromatic Colors of #FE6CFB
Black with #FE6CFB
Text Example
Text Example
White with #FE6CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6CFB; }
p { color: rgb(254,108,251); }
H1.HeaderClassName
{
color: #FE6CFB;
}
.AnyTagClassName
{
color: #FE6CFB;
}
</style>
background-color css
<style>
a { background-color: #FE6CFB; }
a { background-color: rgb(254,108,251); }
div.DivClassName
{
background-color: #FE6CFB;
}
.BgClassName
{
background-color: #FE6CFB;
}
</style>
border-color css
<style>
span { border-color: #FE6CFB; }
span { border-color: rgb(254,108,251); }
td.TdClassName
{
border-color: #FE6CFB;
}
.TagClassName
{
border-color: #FE6CFB;
}
</style>