Shades of Razzle Dazzle Rose #FF38C9
Tints of Razzle Dazzle Rose #FF38C9
RGB
CMYK
RGB Variations
Color information
#FF38C9 (or 0xFF38C9) is known color: Razzle Dazzle Rose. HEX triplet: FF, 38 and C9. RGB value is (255,56,201). Sum of RGB (Red+Green+Blue) = 255+56+201=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 56 (22.27% from 255 or 10.94% from 512); Blue value is 201 (78.91% from 255 or 39.26% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF38C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF38C9 is #00C736. Grayscale: #838383. Windows color (decimal): -50999 or 13187327. OLE color: 13187327.
HSL color Cylindrical-coordinate representation of color #FF38C9: hue angle of 316.28º 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 #FF38C9 is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 201 | - |
| CMYK | 0 | 0.78 | 0.21 | 0 |
| HSL | 316.28º | 1% | 0.61% | - |
| HSV(B) | 316.28º | 0.78% | 1% | - |
| XYZ | 53.2 | 28.31 | 57.92 | - |
| YUV | 132.03 | 166.93 | 215.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 201 | 0 | 0.78 | 0.21 | 0 | 316.28 | 1 | 0.61 |
| Hex | FF | 38 | C9 | 0 | 4E | 15 | 0 | 13C | 64 | 3D |
| Octal | 377 | 70 | 311 | 0 | 116 | 25 | 0 | 474 | 144 | 75 |
| Binary | 11111111 | 111000 | 11001001 | 0 | 1001110 | 10101 | 0 | 100111100 | 1100100 | 111101 |
Color Harmonies of #FF38C9
Complementary color
Monochromatic Colors of #FF38C9
Black with #FF38C9
Text Example
Text Example
White with #FF38C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF38C9; }
p { color: rgb(255,56,201); }
H1.HeaderClassName
{
color: #FF38C9;
}
.AnyTagClassName
{
color: #FF38C9;
}
</style>
background-color css
<style>
a { background-color: #FF38C9; }
a { background-color: rgb(255,56,201); }
div.DivClassName
{
background-color: #FF38C9;
}
.BgClassName
{
background-color: #FF38C9;
}
</style>
border-color css
<style>
span { border-color: #FF38C9; }
span { border-color: rgb(255,56,201); }
td.TdClassName
{
border-color: #FF38C9;
}
.TagClassName
{
border-color: #FF38C9;
}
</style>