Shades of Ultra Pink #FE6FF4
Tints of Ultra Pink #FE6FF4
RGB
CMYK
RGB Variations
Color information
#FE6FF4 (or 0xFE6FF4) is known color: Ultra Pink. HEX triplet: FE, 6F and F4. RGB value is (254,111,244). Sum of RGB (Red+Green+Blue) = 254+111+244=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 111 (43.75% from 255 or 18.23% from 609); Blue value is 244 (95.70% from 255 or 40.07% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6FF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE6FF4 is #01900B. Grayscale: #A8A8A8. Windows color (decimal): -102412 or 16019454. OLE color: 16019454.
HSL color Cylindrical-coordinate representation of color #FE6FF4: hue angle of 304.2º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FE6FF4 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 111 | 244 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.00 |
| HSL | 304.2º | 0.99% | 0.72% | - |
| HSV(B) | 304.2º | 0.56% | 1% | - |
| XYZ | 62.89 | 38.97 | 89.8 | - |
| YUV | 168.92 | 170.38 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 111 | 244 | 0 | 0.56 | 0.04 | 0.00 | 304.2 | 0.99 | 0.72 |
| Hex | FE | 6F | F4 | 0 | 38 | 4 | 0 | 130 | 63 | 48 |
| Octal | 376 | 157 | 364 | 0 | 70 | 4 | 0 | 460 | 143 | 110 |
| Binary | 11111110 | 1101111 | 11110100 | 0 | 111000 | 100 | 0 | 100110000 | 1100011 | 1001000 |
Color Harmonies of #FE6FF4
Complementary color
Monochromatic Colors of #FE6FF4
Black with #FE6FF4
Text Example
Text Example
White with #FE6FF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6FF4; }
p { color: rgb(254,111,244); }
H1.HeaderClassName
{
color: #FE6FF4;
}
.AnyTagClassName
{
color: #FE6FF4;
}
</style>
background-color css
<style>
a { background-color: #FE6FF4; }
a { background-color: rgb(254,111,244); }
div.DivClassName
{
background-color: #FE6FF4;
}
.BgClassName
{
background-color: #FE6FF4;
}
</style>
border-color css
<style>
span { border-color: #FE6FF4; }
span { border-color: rgb(254,111,244); }
td.TdClassName
{
border-color: #FE6FF4;
}
.TagClassName
{
border-color: #FE6FF4;
}
</style>