Shades of Razzle Dazzle Rose #FF4ACF
Tints of Razzle Dazzle Rose #FF4ACF
RGB
CMYK
RGB Variations
Color information
#FF4ACF (or 0xFF4ACF) is known color: Razzle Dazzle Rose. HEX triplet: FF, 4A and CF. RGB value is (255,74,207). Sum of RGB (Red+Green+Blue) = 255+74+207=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 74 (29.30% from 255 or 13.81% from 536); Blue value is 207 (81.25% from 255 or 38.62% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4ACF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF4ACF is #00B530. Grayscale: #8E8E8E. Windows color (decimal): -46385 or 13585151. OLE color: 13585151.
HSL color Cylindrical-coordinate representation of color #FF4ACF: hue angle of 315.91º 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 #FF4ACF is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 207 | - |
| CMYK | 0 | 0.71 | 0.19 | 0 |
| HSL | 315.91º | 1% | 0.65% | - |
| HSV(B) | 315.91º | 0.71% | 1% | - |
| XYZ | 54.95 | 30.66 | 62.05 | - |
| YUV | 143.28 | 163.97 | 207.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 207 | 0 | 0.71 | 0.19 | 0 | 315.91 | 1 | 0.65 |
| Hex | FF | 4A | CF | 0 | 47 | 13 | 0 | 13C | 64 | 41 |
| Octal | 377 | 112 | 317 | 0 | 107 | 23 | 0 | 474 | 144 | 101 |
| Binary | 11111111 | 1001010 | 11001111 | 0 | 1000111 | 10011 | 0 | 100111100 | 1100100 | 1000001 |
Color Harmonies of #FF4ACF
Complementary color
Monochromatic Colors of #FF4ACF
Black with #FF4ACF
Text Example
Text Example
White with #FF4ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4ACF; }
p { color: rgb(255,74,207); }
H1.HeaderClassName
{
color: #FF4ACF;
}
.AnyTagClassName
{
color: #FF4ACF;
}
</style>
background-color css
<style>
a { background-color: #FF4ACF; }
a { background-color: rgb(255,74,207); }
div.DivClassName
{
background-color: #FF4ACF;
}
.BgClassName
{
background-color: #FF4ACF;
}
</style>
border-color css
<style>
span { border-color: #FF4ACF; }
span { border-color: rgb(255,74,207); }
td.TdClassName
{
border-color: #FF4ACF;
}
.TagClassName
{
border-color: #FF4ACF;
}
</style>