Shades of Razzle Dazzle Rose #FF2FCC
Tints of Razzle Dazzle Rose #FF2FCC
RGB
CMYK
RGB Variations
Color information
#FF2FCC (or 0xFF2FCC) is known color: Razzle Dazzle Rose. HEX triplet: FF, 2F and CC. RGB value is (255,47,204). Sum of RGB (Red+Green+Blue) = 255+47+204=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 47 (18.75% from 255 or 9.29% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2FCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF2FCC is #00D033. Grayscale: #7E7E7E. Windows color (decimal): -53300 or 13381631. OLE color: 13381631.
HSL color Cylindrical-coordinate representation of color #FF2FCC: hue angle of 314.71º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF2FCC is Cyan = 0, Magento = 0.82, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 47 | 204 | - |
| CMYK | 0 | 0.82 | 0.2 | 0 |
| HSL | 314.71º | 1% | 0.59% | - |
| HSV(B) | 314.71º | 0.82% | 1% | - |
| XYZ | 53.16 | 27.65 | 59.66 | - |
| YUV | 127.09 | 171.41 | 219.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 47 | 204 | 0 | 0.82 | 0.2 | 0 | 314.71 | 1 | 0.59 |
| Hex | FF | 2F | CC | 0 | 52 | 14 | 0 | 13B | 64 | 3B |
| Octal | 377 | 57 | 314 | 0 | 122 | 24 | 0 | 473 | 144 | 73 |
| Binary | 11111111 | 101111 | 11001100 | 0 | 1010010 | 10100 | 0 | 100111011 | 1100100 | 111011 |
Color Harmonies of #FF2FCC
Complementary color
Monochromatic Colors of #FF2FCC
Black with #FF2FCC
Text Example
Text Example
White with #FF2FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2FCC; }
p { color: rgb(255,47,204); }
H1.HeaderClassName
{
color: #FF2FCC;
}
.AnyTagClassName
{
color: #FF2FCC;
}
</style>
background-color css
<style>
a { background-color: #FF2FCC; }
a { background-color: rgb(255,47,204); }
div.DivClassName
{
background-color: #FF2FCC;
}
.BgClassName
{
background-color: #FF2FCC;
}
</style>
border-color css
<style>
span { border-color: #FF2FCC; }
span { border-color: rgb(255,47,204); }
td.TdClassName
{
border-color: #FF2FCC;
}
.TagClassName
{
border-color: #FF2FCC;
}
</style>