Shades of Razzle Dazzle Rose #FE41BC
Tints of Razzle Dazzle Rose #FE41BC
RGB
CMYK
RGB Variations
Color information
#FE41BC (or 0xFE41BC) is known color: Razzle Dazzle Rose. HEX triplet: FE, 41 and BC. RGB value is (254,65,188). Sum of RGB (Red+Green+Blue) = 254+65+188=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 65 (25.78% from 255 or 12.82% from 507); Blue value is 188 (73.83% from 255 or 37.08% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FE41BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE41BC is #01BE43. Grayscale: #878787. Windows color (decimal): -114244 or 12337662. OLE color: 12337662.
HSL color Cylindrical-coordinate representation of color #FE41BC: hue angle of 320.95º 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 #FE41BC is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 65 | 188 | - |
| CMYK | 0 | 0.74 | 0.26 | 0.00 |
| HSL | 320.95º | 0.99% | 0.63% | - |
| HSV(B) | 320.95º | 0.74% | 1% | - |
| XYZ | 51.84 | 28.48 | 50.34 | - |
| YUV | 135.53 | 157.62 | 212.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 65 | 188 | 0 | 0.74 | 0.26 | 0.00 | 320.95 | 0.99 | 0.63 |
| Hex | FE | 41 | BC | 0 | 4A | 1A | 0 | 141 | 63 | 3F |
| Octal | 376 | 101 | 274 | 0 | 112 | 32 | 0 | 501 | 143 | 77 |
| Binary | 11111110 | 1000001 | 10111100 | 0 | 1001010 | 11010 | 0 | 101000001 | 1100011 | 111111 |
Color Harmonies of #FE41BC
Complementary color
Monochromatic Colors of #FE41BC
Black with #FE41BC
Text Example
Text Example
White with #FE41BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE41BC; }
p { color: rgb(254,65,188); }
H1.HeaderClassName
{
color: #FE41BC;
}
.AnyTagClassName
{
color: #FE41BC;
}
</style>
background-color css
<style>
a { background-color: #FE41BC; }
a { background-color: rgb(254,65,188); }
div.DivClassName
{
background-color: #FE41BC;
}
.BgClassName
{
background-color: #FE41BC;
}
</style>
border-color css
<style>
span { border-color: #FE41BC; }
span { border-color: rgb(254,65,188); }
td.TdClassName
{
border-color: #FE41BC;
}
.TagClassName
{
border-color: #FE41BC;
}
</style>