Shades of Razzle Dazzle Rose #FF4BC2
Tints of Razzle Dazzle Rose #FF4BC2
RGB
CMYK
RGB Variations
Color information
#FF4BC2 (or 0xFF4BC2) is known color: Razzle Dazzle Rose. HEX triplet: FF, 4B and C2. RGB value is (255,75,194). Sum of RGB (Red+Green+Blue) = 255+75+194=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 75 (29.69% from 255 or 14.31% from 524); Blue value is 194 (76.17% from 255 or 37.02% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4BC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF4BC2 is #00B43D. Grayscale: #8E8E8E. Windows color (decimal): -46142 or 12733439. OLE color: 12733439.
HSL color Cylindrical-coordinate representation of color #FF4BC2: hue angle of 320.33º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FF4BC2 is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 75 | 194 | - |
| CMYK | 0 | 0.71 | 0.24 | 0 |
| HSL | 320.33º | 1% | 0.65% | - |
| HSV(B) | 320.33º | 0.71% | 1% | - |
| XYZ | 53.49 | 30.19 | 54.05 | - |
| YUV | 142.39 | 157.13 | 208.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 75 | 194 | 0 | 0.71 | 0.24 | 0 | 320.33 | 1 | 0.65 |
| Hex | FF | 4B | C2 | 0 | 47 | 18 | 0 | 140 | 64 | 41 |
| Octal | 377 | 113 | 302 | 0 | 107 | 30 | 0 | 500 | 144 | 101 |
| Binary | 11111111 | 1001011 | 11000010 | 0 | 1000111 | 11000 | 0 | 101000000 | 1100100 | 1000001 |
Color Harmonies of #FF4BC2
Complementary color
Monochromatic Colors of #FF4BC2
Black with #FF4BC2
Text Example
Text Example
White with #FF4BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4BC2; }
p { color: rgb(255,75,194); }
H1.HeaderClassName
{
color: #FF4BC2;
}
.AnyTagClassName
{
color: #FF4BC2;
}
</style>
background-color css
<style>
a { background-color: #FF4BC2; }
a { background-color: rgb(255,75,194); }
div.DivClassName
{
background-color: #FF4BC2;
}
.BgClassName
{
background-color: #FF4BC2;
}
</style>
border-color css
<style>
span { border-color: #FF4BC2; }
span { border-color: rgb(255,75,194); }
td.TdClassName
{
border-color: #FF4BC2;
}
.TagClassName
{
border-color: #FF4BC2;
}
</style>