Shades of Razzle Dazzle Rose #FF2FCB
Tints of Razzle Dazzle Rose #FF2FCB
RGB
CMYK
RGB Variations
Color information
#FF2FCB (or 0xFF2FCB) is known color: Razzle Dazzle Rose. HEX triplet: FF, 2F and CB. RGB value is (255,47,203). Sum of RGB (Red+Green+Blue) = 255+47+203=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 47 (18.75% from 255 or 9.31% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2FCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF2FCB is #00D034. Grayscale: #7E7E7E. Windows color (decimal): -53301 or 13316095. OLE color: 13316095.
HSL color Cylindrical-coordinate representation of color #FF2FCB: hue angle of 315º 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 #FF2FCB is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 47 | 203 | - |
| CMYK | 0 | 0.82 | 0.20 | 0 |
| HSL | 315º | 1% | 0.59% | - |
| HSV(B) | 315º | 0.82% | 1% | - |
| XYZ | 53.04 | 27.6 | 59.03 | - |
| YUV | 126.98 | 170.91 | 219.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 47 | 203 | 0 | 0.82 | 0.20 | 0 | 315 | 1 | 0.59 |
| Hex | FF | 2F | CB | 0 | 52 | 14 | 0 | 13B | 64 | 3B |
| Octal | 377 | 57 | 313 | 0 | 122 | 24 | 0 | 473 | 144 | 73 |
| Binary | 11111111 | 101111 | 11001011 | 0 | 1010010 | 10100 | 0 | 100111011 | 1100100 | 111011 |
Color Harmonies of #FF2FCB
Complementary color
Monochromatic Colors of #FF2FCB
Black with #FF2FCB
Text Example
Text Example
White with #FF2FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2FCB; }
p { color: rgb(255,47,203); }
H1.HeaderClassName
{
color: #FF2FCB;
}
.AnyTagClassName
{
color: #FF2FCB;
}
</style>
background-color css
<style>
a { background-color: #FF2FCB; }
a { background-color: rgb(255,47,203); }
div.DivClassName
{
background-color: #FF2FCB;
}
.BgClassName
{
background-color: #FF2FCB;
}
</style>
border-color css
<style>
span { border-color: #FF2FCB; }
span { border-color: rgb(255,47,203); }
td.TdClassName
{
border-color: #FF2FCB;
}
.TagClassName
{
border-color: #FF2FCB;
}
</style>