Shades of Razzle Dazzle Rose #FF2FC5
Tints of Razzle Dazzle Rose #FF2FC5
RGB
CMYK
RGB Variations
Color information
#FF2FC5 (or 0xFF2FC5) is known color: Razzle Dazzle Rose. HEX triplet: FF, 2F and C5. RGB value is (255,47,197). Sum of RGB (Red+Green+Blue) = 255+47+197=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 47 (18.75% from 255 or 9.42% from 499); Blue value is 197 (77.34% from 255 or 39.48% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2FC5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF2FC5 is #00D03A. Grayscale: #7D7D7D. Windows color (decimal): -53307 or 12922879. OLE color: 12922879.
HSL color Cylindrical-coordinate representation of color #FF2FC5: hue angle of 316.73º 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 #FF2FC5 is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 47 | 197 | - |
| CMYK | 0 | 0.82 | 0.23 | 0 |
| HSL | 316.73º | 1% | 0.59% | - |
| HSV(B) | 316.73º | 0.82% | 1% | - |
| XYZ | 52.33 | 27.32 | 55.34 | - |
| YUV | 126.29 | 167.91 | 219.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 47 | 197 | 0 | 0.82 | 0.23 | 0 | 316.73 | 1 | 0.59 |
| Hex | FF | 2F | C5 | 0 | 52 | 17 | 0 | 13D | 64 | 3B |
| Octal | 377 | 57 | 305 | 0 | 122 | 27 | 0 | 475 | 144 | 73 |
| Binary | 11111111 | 101111 | 11000101 | 0 | 1010010 | 10111 | 0 | 100111101 | 1100100 | 111011 |
Color Harmonies of #FF2FC5
Complementary color
Monochromatic Colors of #FF2FC5
Black with #FF2FC5
Text Example
Text Example
White with #FF2FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2FC5; }
p { color: rgb(255,47,197); }
H1.HeaderClassName
{
color: #FF2FC5;
}
.AnyTagClassName
{
color: #FF2FC5;
}
</style>
background-color css
<style>
a { background-color: #FF2FC5; }
a { background-color: rgb(255,47,197); }
div.DivClassName
{
background-color: #FF2FC5;
}
.BgClassName
{
background-color: #FF2FC5;
}
</style>
border-color css
<style>
span { border-color: #FF2FC5; }
span { border-color: rgb(255,47,197); }
td.TdClassName
{
border-color: #FF2FC5;
}
.TagClassName
{
border-color: #FF2FC5;
}
</style>