Shades of Razzle Dazzle Rose #FA38C0
Tints of Razzle Dazzle Rose #FA38C0
RGB
CMYK
RGB Variations
Color information
#FA38C0 (or 0xFA38C0) is known color: Razzle Dazzle Rose. HEX triplet: FA, 38 and C0. RGB value is (250,56,192). Sum of RGB (Red+Green+Blue) = 250+56+192=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 56 (22.27% from 255 or 11.24% from 498); Blue value is 192 (75.39% from 255 or 38.55% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FA38C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA38C0 is #05C73F. Grayscale: #818181. Windows color (decimal): -378688 or 12597498. OLE color: 12597498.
HSL color Cylindrical-coordinate representation of color #FA38C0: hue angle of 317.94º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FA38C0 is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 56 | 192 | - |
| CMYK | 0 | 0.78 | 0.23 | 0.02 |
| HSL | 317.94º | 0.95% | 0.6% | - |
| HSV(B) | 317.94º | 0.78% | 0.98% | - |
| XYZ | 50.35 | 26.96 | 52.42 | - |
| YUV | 129.51 | 163.27 | 213.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 56 | 192 | 0 | 0.78 | 0.23 | 0.02 | 317.94 | 0.95 | 0.6 |
| Hex | FA | 38 | C0 | 0 | 4E | 17 | 2 | 13E | 5F | 3C |
| Octal | 372 | 70 | 300 | 0 | 116 | 27 | 2 | 476 | 137 | 74 |
| Binary | 11111010 | 111000 | 11000000 | 0 | 1001110 | 10111 | 10 | 100111110 | 1011111 | 111100 |
Color Harmonies of #FA38C0
Complementary color
Monochromatic Colors of #FA38C0
Black with #FA38C0
Text Example
Text Example
White with #FA38C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA38C0; }
p { color: rgb(250,56,192); }
H1.HeaderClassName
{
color: #FA38C0;
}
.AnyTagClassName
{
color: #FA38C0;
}
</style>
background-color css
<style>
a { background-color: #FA38C0; }
a { background-color: rgb(250,56,192); }
div.DivClassName
{
background-color: #FA38C0;
}
.BgClassName
{
background-color: #FA38C0;
}
</style>
border-color css
<style>
span { border-color: #FA38C0; }
span { border-color: rgb(250,56,192); }
td.TdClassName
{
border-color: #FA38C0;
}
.TagClassName
{
border-color: #FA38C0;
}
</style>