Shades of Razzle Dazzle Rose #FF38CB
Tints of Razzle Dazzle Rose #FF38CB
RGB
CMYK
RGB Variations
Color information
#FF38CB (or 0xFF38CB) is known color: Razzle Dazzle Rose. HEX triplet: FF, 38 and CB. RGB value is (255,56,203). Sum of RGB (Red+Green+Blue) = 255+56+203=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 56 (22.27% from 255 or 10.89% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FF38CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF38CB is #00C734. Grayscale: #838383. Windows color (decimal): -50997 or 13318399. OLE color: 13318399.
HSL color Cylindrical-coordinate representation of color #FF38CB: hue angle of 315.68º 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 #FF38CB is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 203 | - |
| CMYK | 0 | 0.78 | 0.20 | 0 |
| HSL | 315.68º | 1% | 0.61% | - |
| HSV(B) | 315.68º | 0.78% | 1% | - |
| XYZ | 53.43 | 28.4 | 59.17 | - |
| YUV | 132.26 | 167.93 | 215.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 203 | 0 | 0.78 | 0.20 | 0 | 315.68 | 1 | 0.61 |
| Hex | FF | 38 | CB | 0 | 4E | 14 | 0 | 13C | 64 | 3D |
| Octal | 377 | 70 | 313 | 0 | 116 | 24 | 0 | 474 | 144 | 75 |
| Binary | 11111111 | 111000 | 11001011 | 0 | 1001110 | 10100 | 0 | 100111100 | 1100100 | 111101 |
Color Harmonies of #FF38CB
Complementary color
Monochromatic Colors of #FF38CB
Black with #FF38CB
Text Example
Text Example
White with #FF38CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF38CB; }
p { color: rgb(255,56,203); }
H1.HeaderClassName
{
color: #FF38CB;
}
.AnyTagClassName
{
color: #FF38CB;
}
</style>
background-color css
<style>
a { background-color: #FF38CB; }
a { background-color: rgb(255,56,203); }
div.DivClassName
{
background-color: #FF38CB;
}
.BgClassName
{
background-color: #FF38CB;
}
</style>
border-color css
<style>
span { border-color: #FF38CB; }
span { border-color: rgb(255,56,203); }
td.TdClassName
{
border-color: #FF38CB;
}
.TagClassName
{
border-color: #FF38CB;
}
</style>