Shades of Razzle Dazzle Rose #FF38F0
Tints of Razzle Dazzle Rose #FF38F0
RGB
CMYK
RGB Variations
Color information
#FF38F0 (or 0xFF38F0) is known color: Razzle Dazzle Rose. HEX triplet: FF, 38 and F0. RGB value is (255,56,240). Sum of RGB (Red+Green+Blue) = 255+56+240=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 56 (22.27% from 255 or 10.16% from 551); Blue value is 240 (94.14% from 255 or 43.56% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FF38F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF38F0 is #00C70F. Grayscale: #878787. Windows color (decimal): -50960 or 15743231. OLE color: 15743231.
HSL color Cylindrical-coordinate representation of color #FF38F0: hue angle of 304.52º 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 #FF38F0 is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 240 | - |
| CMYK | 0 | 0.78 | 0.06 | 0 |
| HSL | 304.52º | 1% | 0.61% | - |
| HSV(B) | 304.52º | 0.78% | 1% | - |
| XYZ | 58.38 | 30.38 | 85.22 | - |
| YUV | 136.48 | 186.43 | 212.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 240 | 0 | 0.78 | 0.06 | 0 | 304.52 | 1 | 0.61 |
| Hex | FF | 38 | F0 | 0 | 4E | 6 | 0 | 131 | 64 | 3D |
| Octal | 377 | 70 | 360 | 0 | 116 | 6 | 0 | 461 | 144 | 75 |
| Binary | 11111111 | 111000 | 11110000 | 0 | 1001110 | 110 | 0 | 100110001 | 1100100 | 111101 |
Color Harmonies of #FF38F0
Complementary color
Monochromatic Colors of #FF38F0
Black with #FF38F0
Text Example
Text Example
White with #FF38F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF38F0; }
p { color: rgb(255,56,240); }
H1.HeaderClassName
{
color: #FF38F0;
}
.AnyTagClassName
{
color: #FF38F0;
}
</style>
background-color css
<style>
a { background-color: #FF38F0; }
a { background-color: rgb(255,56,240); }
div.DivClassName
{
background-color: #FF38F0;
}
.BgClassName
{
background-color: #FF38F0;
}
</style>
border-color css
<style>
span { border-color: #FF38F0; }
span { border-color: rgb(255,56,240); }
td.TdClassName
{
border-color: #FF38F0;
}
.TagClassName
{
border-color: #FF38F0;
}
</style>