Shades of Razzle Dazzle Rose #FE26CA
Tints of Razzle Dazzle Rose #FE26CA
RGB
CMYK
RGB Variations
Color information
#FE26CA (or 0xFE26CA) is known color: Razzle Dazzle Rose. HEX triplet: FE, 26 and CA. RGB value is (254,38,202). Sum of RGB (Red+Green+Blue) = 254+38+202=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 38 (15.23% from 255 or 7.69% from 494); Blue value is 202 (79.30% from 255 or 40.89% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FE26CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE26CA is #01D935. Grayscale: #787878. Windows color (decimal): -121142 or 13248254. OLE color: 13248254.
HSL color Cylindrical-coordinate representation of color #FE26CA: hue angle of 314.44º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE26CA is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 38 | 202 | - |
| CMYK | 0 | 0.85 | 0.20 | 0.00 |
| HSL | 314.44º | 0.99% | 0.57% | - |
| HSV(B) | 314.44º | 0.85% | 1% | - |
| XYZ | 52.23 | 26.72 | 58.28 | - |
| YUV | 121.28 | 173.56 | 222.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 38 | 202 | 0 | 0.85 | 0.20 | 0.00 | 314.44 | 0.99 | 0.57 |
| Hex | FE | 26 | CA | 0 | 55 | 14 | 0 | 13A | 63 | 39 |
| Octal | 376 | 46 | 312 | 0 | 125 | 24 | 0 | 472 | 143 | 71 |
| Binary | 11111110 | 100110 | 11001010 | 0 | 1010101 | 10100 | 0 | 100111010 | 1100011 | 111001 |
Color Harmonies of #FE26CA
Complementary color
Monochromatic Colors of #FE26CA
Black with #FE26CA
Text Example
Text Example
White with #FE26CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE26CA; }
p { color: rgb(254,38,202); }
H1.HeaderClassName
{
color: #FE26CA;
}
.AnyTagClassName
{
color: #FE26CA;
}
</style>
background-color css
<style>
a { background-color: #FE26CA; }
a { background-color: rgb(254,38,202); }
div.DivClassName
{
background-color: #FE26CA;
}
.BgClassName
{
background-color: #FE26CA;
}
</style>
border-color css
<style>
span { border-color: #FE26CA; }
span { border-color: rgb(254,38,202); }
td.TdClassName
{
border-color: #FE26CA;
}
.TagClassName
{
border-color: #FE26CA;
}
</style>