Shades of Razzle Dazzle Rose #FF42C3
Tints of Razzle Dazzle Rose #FF42C3
RGB
CMYK
RGB Variations
Color information
#FF42C3 (or 0xFF42C3) is known color: Razzle Dazzle Rose. HEX triplet: FF, 42 and C3. RGB value is (255,66,195). Sum of RGB (Red+Green+Blue) = 255+66+195=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 66 (26.17% from 255 or 12.79% from 516); Blue value is 195 (76.56% from 255 or 37.79% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FF42C3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF42C3 is #00BD3C. Grayscale: #888888. Windows color (decimal): -48445 or 12796671. OLE color: 12796671.
HSL color Cylindrical-coordinate representation of color #FF42C3: hue angle of 319.05º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FF42C3 is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 66 | 195 | - |
| CMYK | 0 | 0.74 | 0.24 | 0 |
| HSL | 319.05º | 1% | 0.63% | - |
| HSV(B) | 319.05º | 0.74% | 1% | - |
| XYZ | 53.04 | 29.1 | 54.45 | - |
| YUV | 137.22 | 160.62 | 212.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 66 | 195 | 0 | 0.74 | 0.24 | 0 | 319.05 | 1 | 0.63 |
| Hex | FF | 42 | C3 | 0 | 4A | 18 | 0 | 13F | 64 | 3F |
| Octal | 377 | 102 | 303 | 0 | 112 | 30 | 0 | 477 | 144 | 77 |
| Binary | 11111111 | 1000010 | 11000011 | 0 | 1001010 | 11000 | 0 | 100111111 | 1100100 | 111111 |
Color Harmonies of #FF42C3
Complementary color
Monochromatic Colors of #FF42C3
Black with #FF42C3
Text Example
Text Example
White with #FF42C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF42C3; }
p { color: rgb(255,66,195); }
H1.HeaderClassName
{
color: #FF42C3;
}
.AnyTagClassName
{
color: #FF42C3;
}
</style>
background-color css
<style>
a { background-color: #FF42C3; }
a { background-color: rgb(255,66,195); }
div.DivClassName
{
background-color: #FF42C3;
}
.BgClassName
{
background-color: #FF42C3;
}
</style>
border-color css
<style>
span { border-color: #FF42C3; }
span { border-color: rgb(255,66,195); }
td.TdClassName
{
border-color: #FF42C3;
}
.TagClassName
{
border-color: #FF42C3;
}
</style>