Shades of Ultra Pink #FE6BF4
Tints of Ultra Pink #FE6BF4
RGB
CMYK
RGB Variations
Color information
#FE6BF4 (or 0xFE6BF4) is known color: Ultra Pink. HEX triplet: FE, 6B and F4. RGB value is (254,107,244). Sum of RGB (Red+Green+Blue) = 254+107+244=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 107 (42.19% from 255 or 17.69% from 605); Blue value is 244 (95.70% from 255 or 40.33% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6BF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE6BF4 is #01940B. Grayscale: #A6A6A6. Windows color (decimal): -103436 or 16018430. OLE color: 16018430.
HSL color Cylindrical-coordinate representation of color #FE6BF4: hue angle of 304.08º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FE6BF4 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 107 | 244 | - |
| CMYK | 0 | 0.58 | 0.04 | 0.00 |
| HSL | 304.08º | 0.99% | 0.71% | - |
| HSV(B) | 304.08º | 0.58% | 1% | - |
| XYZ | 62.46 | 38.12 | 89.65 | - |
| YUV | 166.57 | 171.7 | 190.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 107 | 244 | 0 | 0.58 | 0.04 | 0.00 | 304.08 | 0.99 | 0.71 |
| Hex | FE | 6B | F4 | 0 | 3A | 4 | 0 | 130 | 63 | 47 |
| Octal | 376 | 153 | 364 | 0 | 72 | 4 | 0 | 460 | 143 | 107 |
| Binary | 11111110 | 1101011 | 11110100 | 0 | 111010 | 100 | 0 | 100110000 | 1100011 | 1000111 |
Color Harmonies of #FE6BF4
Complementary color
Monochromatic Colors of #FE6BF4
Black with #FE6BF4
Text Example
Text Example
White with #FE6BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6BF4; }
p { color: rgb(254,107,244); }
H1.HeaderClassName
{
color: #FE6BF4;
}
.AnyTagClassName
{
color: #FE6BF4;
}
</style>
background-color css
<style>
a { background-color: #FE6BF4; }
a { background-color: rgb(254,107,244); }
div.DivClassName
{
background-color: #FE6BF4;
}
.BgClassName
{
background-color: #FE6BF4;
}
</style>
border-color css
<style>
span { border-color: #FE6BF4; }
span { border-color: rgb(254,107,244); }
td.TdClassName
{
border-color: #FE6BF4;
}
.TagClassName
{
border-color: #FE6BF4;
}
</style>