Shades of Deep Pink #FE067B
Tints of Deep Pink #FE067B
RGB
CMYK
RGB Variations
Color information
#FE067B (or 0xFE067B) is known color: Deep Pink. HEX triplet: FE, 06 and 7B. RGB value is (254,6,123). Sum of RGB (Red+Green+Blue) = 254+6+123=383 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.32% from 383); Green value is 6 (2.73% from 255 or 1.57% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 254 - color contains mainly: red. Hex color #FE067B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE067B is #01F984. Grayscale: #5D5D5D. Windows color (decimal): -129413 or 8062718. OLE color: 8062718.
HSL color Cylindrical-coordinate representation of color #FE067B: hue angle of 331.69º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE067B is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 6 | 123 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.00 |
| HSL | 331.69º | 0.99% | 0.51% | - |
| HSV(B) | 331.69º | 0.98% | 1% | - |
| XYZ | 44.51 | 22.63 | 20.76 | - |
| YUV | 93.49 | 144.66 | 242.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 6 | 123 | 0 | 0.98 | 0.52 | 0.00 | 331.69 | 0.99 | 0.51 |
| Hex | FE | 6 | 7B | 0 | 62 | 34 | 0 | 14C | 63 | 33 |
| Octal | 376 | 6 | 173 | 0 | 142 | 64 | 0 | 514 | 143 | 63 |
| Binary | 11111110 | 110 | 1111011 | 0 | 1100010 | 110100 | 0 | 101001100 | 1100011 | 110011 |
Color Harmonies of #FE067B
Complementary color
Monochromatic Colors of #FE067B
Black with #FE067B
Text Example
Text Example
White with #FE067B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE067B; }
p { color: rgb(254,6,123); }
H1.HeaderClassName
{
color: #FE067B;
}
.AnyTagClassName
{
color: #FE067B;
}
</style>
background-color css
<style>
a { background-color: #FE067B; }
a { background-color: rgb(254,6,123); }
div.DivClassName
{
background-color: #FE067B;
}
.BgClassName
{
background-color: #FE067B;
}
</style>
border-color css
<style>
span { border-color: #FE067B; }
span { border-color: rgb(254,6,123); }
td.TdClassName
{
border-color: #FE067B;
}
.TagClassName
{
border-color: #FE067B;
}
</style>