Shades of Razzle Dazzle Rose #FE42BF
Tints of Razzle Dazzle Rose #FE42BF
RGB
CMYK
RGB Variations
Color information
#FE42BF (or 0xFE42BF) is known color: Razzle Dazzle Rose. HEX triplet: FE, 42 and BF. RGB value is (254,66,191). Sum of RGB (Red+Green+Blue) = 254+66+191=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 66 (26.17% from 255 or 12.92% from 511); Blue value is 191 (75% from 255 or 37.38% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FE42BF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE42BF is #01BD40. Grayscale: #888888. Windows color (decimal): -113985 or 12534526. OLE color: 12534526.
HSL color Cylindrical-coordinate representation of color #FE42BF: hue angle of 320.11º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FE42BF is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 66 | 191 | - |
| CMYK | 0 | 0.74 | 0.25 | 0.00 |
| HSL | 320.11º | 0.99% | 0.63% | - |
| HSV(B) | 320.11º | 0.74% | 1% | - |
| XYZ | 52.23 | 28.73 | 52.08 | - |
| YUV | 136.46 | 158.78 | 211.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 66 | 191 | 0 | 0.74 | 0.25 | 0.00 | 320.11 | 0.99 | 0.63 |
| Hex | FE | 42 | BF | 0 | 4A | 19 | 0 | 140 | 63 | 3F |
| Octal | 376 | 102 | 277 | 0 | 112 | 31 | 0 | 500 | 143 | 77 |
| Binary | 11111110 | 1000010 | 10111111 | 0 | 1001010 | 11001 | 0 | 101000000 | 1100011 | 111111 |
Color Harmonies of #FE42BF
Complementary color
Monochromatic Colors of #FE42BF
Black with #FE42BF
Text Example
Text Example
White with #FE42BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE42BF; }
p { color: rgb(254,66,191); }
H1.HeaderClassName
{
color: #FE42BF;
}
.AnyTagClassName
{
color: #FE42BF;
}
</style>
background-color css
<style>
a { background-color: #FE42BF; }
a { background-color: rgb(254,66,191); }
div.DivClassName
{
background-color: #FE42BF;
}
.BgClassName
{
background-color: #FE42BF;
}
</style>
border-color css
<style>
span { border-color: #FE42BF; }
span { border-color: rgb(254,66,191); }
td.TdClassName
{
border-color: #FE42BF;
}
.TagClassName
{
border-color: #FE42BF;
}
</style>