Shades of Razzle Dazzle Rose #FF4BDF
Tints of Razzle Dazzle Rose #FF4BDF
RGB
CMYK
RGB Variations
Color information
#FF4BDF (or 0xFF4BDF) is known color: Razzle Dazzle Rose. HEX triplet: FF, 4B and DF. RGB value is (255,75,223). Sum of RGB (Red+Green+Blue) = 255+75+223=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 75 (29.69% from 255 or 13.56% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4BDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF4BDF is #00B420. Grayscale: #919191. Windows color (decimal): -46113 or 14633983. OLE color: 14633983.
HSL color Cylindrical-coordinate representation of color #FF4BDF: hue angle of 310.67º 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 #FF4BDF is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 75 | 223 | - |
| CMYK | 0 | 0.71 | 0.13 | 0 |
| HSL | 310.67º | 1% | 0.65% | - |
| HSV(B) | 310.67º | 0.71% | 1% | - |
| XYZ | 57.08 | 31.62 | 72.91 | - |
| YUV | 145.69 | 171.63 | 205.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 75 | 223 | 0 | 0.71 | 0.13 | 0 | 310.67 | 1 | 0.65 |
| Hex | FF | 4B | DF | 0 | 47 | D | 0 | 137 | 64 | 41 |
| Octal | 377 | 113 | 337 | 0 | 107 | 15 | 0 | 467 | 144 | 101 |
| Binary | 11111111 | 1001011 | 11011111 | 0 | 1000111 | 1101 | 0 | 100110111 | 1100100 | 1000001 |
Color Harmonies of #FF4BDF
Complementary color
Monochromatic Colors of #FF4BDF
Black with #FF4BDF
Text Example
Text Example
White with #FF4BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4BDF; }
p { color: rgb(255,75,223); }
H1.HeaderClassName
{
color: #FF4BDF;
}
.AnyTagClassName
{
color: #FF4BDF;
}
</style>
background-color css
<style>
a { background-color: #FF4BDF; }
a { background-color: rgb(255,75,223); }
div.DivClassName
{
background-color: #FF4BDF;
}
.BgClassName
{
background-color: #FF4BDF;
}
</style>
border-color css
<style>
span { border-color: #FF4BDF; }
span { border-color: rgb(255,75,223); }
td.TdClassName
{
border-color: #FF4BDF;
}
.TagClassName
{
border-color: #FF4BDF;
}
</style>