Shades of Razzle Dazzle Rose #FA38C7
Tints of Razzle Dazzle Rose #FA38C7
RGB
CMYK
RGB Variations
Color information
#FA38C7 (or 0xFA38C7) is known color: Razzle Dazzle Rose. HEX triplet: FA, 38 and C7. RGB value is (250,56,199). Sum of RGB (Red+Green+Blue) = 250+56+199=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 56 (22.27% from 255 or 11.09% from 505); Blue value is 199 (78.12% from 255 or 39.41% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FA38C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA38C7 is #05C738. Grayscale: #818181. Windows color (decimal): -378681 or 13056250. OLE color: 13056250.
HSL color Cylindrical-coordinate representation of color #FA38C7: hue angle of 315.77º 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 #FA38C7 is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 56 | 199 | - |
| CMYK | 0 | 0.78 | 0.20 | 0.02 |
| HSL | 315.77º | 0.95% | 0.6% | - |
| HSV(B) | 315.77º | 0.78% | 0.98% | - |
| XYZ | 51.15 | 27.28 | 56.6 | - |
| YUV | 130.31 | 166.77 | 213.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 56 | 199 | 0 | 0.78 | 0.20 | 0.02 | 315.77 | 0.95 | 0.6 |
| Hex | FA | 38 | C7 | 0 | 4E | 14 | 2 | 13C | 5F | 3C |
| Octal | 372 | 70 | 307 | 0 | 116 | 24 | 2 | 474 | 137 | 74 |
| Binary | 11111010 | 111000 | 11000111 | 0 | 1001110 | 10100 | 10 | 100111100 | 1011111 | 111100 |
Color Harmonies of #FA38C7
Complementary color
Monochromatic Colors of #FA38C7
Black with #FA38C7
Text Example
Text Example
White with #FA38C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA38C7; }
p { color: rgb(250,56,199); }
H1.HeaderClassName
{
color: #FA38C7;
}
.AnyTagClassName
{
color: #FA38C7;
}
</style>
background-color css
<style>
a { background-color: #FA38C7; }
a { background-color: rgb(250,56,199); }
div.DivClassName
{
background-color: #FA38C7;
}
.BgClassName
{
background-color: #FA38C7;
}
</style>
border-color css
<style>
span { border-color: #FA38C7; }
span { border-color: rgb(250,56,199); }
td.TdClassName
{
border-color: #FA38C7;
}
.TagClassName
{
border-color: #FA38C7;
}
</style>