Shades of Razzle Dazzle Rose #FF39C5
Tints of Razzle Dazzle Rose #FF39C5
RGB
CMYK
RGB Variations
Color information
#FF39C5 (or 0xFF39C5) is known color: Razzle Dazzle Rose. HEX triplet: FF, 39 and C5. RGB value is (255,57,197). Sum of RGB (Red+Green+Blue) = 255+57+197=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 57 (22.66% from 255 or 11.20% from 509); Blue value is 197 (77.34% from 255 or 38.70% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FF39C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF39C5 is #00C63A. Grayscale: #838383. Windows color (decimal): -50747 or 12925439. OLE color: 12925439.
HSL color Cylindrical-coordinate representation of color #FF39C5: hue angle of 317.58º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FF39C5 is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 57 | 197 | - |
| CMYK | 0 | 0.78 | 0.23 | 0 |
| HSL | 317.58º | 1% | 0.61% | - |
| HSV(B) | 317.58º | 0.78% | 1% | - |
| XYZ | 52.78 | 28.22 | 55.49 | - |
| YUV | 132.16 | 164.6 | 215.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 57 | 197 | 0 | 0.78 | 0.23 | 0 | 317.58 | 1 | 0.61 |
| Hex | FF | 39 | C5 | 0 | 4E | 17 | 0 | 13E | 64 | 3D |
| Octal | 377 | 71 | 305 | 0 | 116 | 27 | 0 | 476 | 144 | 75 |
| Binary | 11111111 | 111001 | 11000101 | 0 | 1001110 | 10111 | 0 | 100111110 | 1100100 | 111101 |
Color Harmonies of #FF39C5
Complementary color
Monochromatic Colors of #FF39C5
Black with #FF39C5
Text Example
Text Example
White with #FF39C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF39C5; }
p { color: rgb(255,57,197); }
H1.HeaderClassName
{
color: #FF39C5;
}
.AnyTagClassName
{
color: #FF39C5;
}
</style>
background-color css
<style>
a { background-color: #FF39C5; }
a { background-color: rgb(255,57,197); }
div.DivClassName
{
background-color: #FF39C5;
}
.BgClassName
{
background-color: #FF39C5;
}
</style>
border-color css
<style>
span { border-color: #FF39C5; }
span { border-color: rgb(255,57,197); }
td.TdClassName
{
border-color: #FF39C5;
}
.TagClassName
{
border-color: #FF39C5;
}
</style>