Shades of Razzle Dazzle Rose #FE42BC
Tints of Razzle Dazzle Rose #FE42BC
RGB
CMYK
RGB Variations
Color information
#FE42BC (or 0xFE42BC) is known color: Razzle Dazzle Rose. HEX triplet: FE, 42 and BC. RGB value is (254,66,188). Sum of RGB (Red+Green+Blue) = 254+66+188=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 66 (26.17% from 255 or 12.99% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FE42BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE42BC is #01BD43. Grayscale: #878787. Windows color (decimal): -113988 or 12337918. OLE color: 12337918.
HSL color Cylindrical-coordinate representation of color #FE42BC: hue angle of 321.06º 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 #FE42BC is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 66 | 188 | - |
| CMYK | 0 | 0.74 | 0.26 | 0.00 |
| HSL | 321.06º | 0.99% | 0.63% | - |
| HSV(B) | 321.06º | 0.74% | 1% | - |
| XYZ | 51.9 | 28.6 | 50.36 | - |
| YUV | 136.12 | 157.28 | 212.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 66 | 188 | 0 | 0.74 | 0.26 | 0.00 | 321.06 | 0.99 | 0.63 |
| Hex | FE | 42 | BC | 0 | 4A | 1A | 0 | 141 | 63 | 3F |
| Octal | 376 | 102 | 274 | 0 | 112 | 32 | 0 | 501 | 143 | 77 |
| Binary | 11111110 | 1000010 | 10111100 | 0 | 1001010 | 11010 | 0 | 101000001 | 1100011 | 111111 |
Color Harmonies of #FE42BC
Complementary color
Monochromatic Colors of #FE42BC
Black with #FE42BC
Text Example
Text Example
White with #FE42BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE42BC; }
p { color: rgb(254,66,188); }
H1.HeaderClassName
{
color: #FE42BC;
}
.AnyTagClassName
{
color: #FE42BC;
}
</style>
background-color css
<style>
a { background-color: #FE42BC; }
a { background-color: rgb(254,66,188); }
div.DivClassName
{
background-color: #FE42BC;
}
.BgClassName
{
background-color: #FE42BC;
}
</style>
border-color css
<style>
span { border-color: #FE42BC; }
span { border-color: rgb(254,66,188); }
td.TdClassName
{
border-color: #FE42BC;
}
.TagClassName
{
border-color: #FE42BC;
}
</style>