Shades of Razzle Dazzle Rose #FF38B8
Tints of Razzle Dazzle Rose #FF38B8
RGB
CMYK
RGB Variations
Color information
#FF38B8 (or 0xFF38B8) is known color: Razzle Dazzle Rose. HEX triplet: FF, 38 and B8. RGB value is (255,56,184). Sum of RGB (Red+Green+Blue) = 255+56+184=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 56 (22.27% from 255 or 11.31% from 495); Blue value is 184 (72.27% from 255 or 37.17% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FF38B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF38B8 is #00C747. Grayscale: #818181. Windows color (decimal): -51016 or 12073215. OLE color: 12073215.
HSL color Cylindrical-coordinate representation of color #FF38B8: hue angle of 321.41º 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 #FF38B8 is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 184 | - |
| CMYK | 0 | 0.78 | 0.28 | 0 |
| HSL | 321.41º | 1% | 0.61% | - |
| HSV(B) | 321.41º | 0.78% | 1% | - |
| XYZ | 51.31 | 27.55 | 47.96 | - |
| YUV | 130.09 | 158.43 | 217.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 184 | 0 | 0.78 | 0.28 | 0 | 321.41 | 1 | 0.61 |
| Hex | FF | 38 | B8 | 0 | 4E | 1C | 0 | 141 | 64 | 3D |
| Octal | 377 | 70 | 270 | 0 | 116 | 34 | 0 | 501 | 144 | 75 |
| Binary | 11111111 | 111000 | 10111000 | 0 | 1001110 | 11100 | 0 | 101000001 | 1100100 | 111101 |
Color Harmonies of #FF38B8
Complementary color
Monochromatic Colors of #FF38B8
Black with #FF38B8
Text Example
Text Example
White with #FF38B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF38B8; }
p { color: rgb(255,56,184); }
H1.HeaderClassName
{
color: #FF38B8;
}
.AnyTagClassName
{
color: #FF38B8;
}
</style>
background-color css
<style>
a { background-color: #FF38B8; }
a { background-color: rgb(255,56,184); }
div.DivClassName
{
background-color: #FF38B8;
}
.BgClassName
{
background-color: #FF38B8;
}
</style>
border-color css
<style>
span { border-color: #FF38B8; }
span { border-color: rgb(255,56,184); }
td.TdClassName
{
border-color: #FF38B8;
}
.TagClassName
{
border-color: #FF38B8;
}
</style>