Shades of Razzle Dazzle Rose #FA36C7
Tints of Razzle Dazzle Rose #FA36C7
RGB
CMYK
RGB Variations
Color information
#FA36C7 (or 0xFA36C7) is known color: Razzle Dazzle Rose. HEX triplet: FA, 36 and C7. RGB value is (250,54,199). Sum of RGB (Red+Green+Blue) = 250+54+199=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 54 (21.48% from 255 or 10.74% from 503); Blue value is 199 (78.12% from 255 or 39.56% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FA36C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA36C7 is #05C938. Grayscale: #808080. Windows color (decimal): -379193 or 13055738. OLE color: 13055738.
HSL color Cylindrical-coordinate representation of color #FA36C7: hue angle of 315.61º 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 #FA36C7 is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 54 | 199 | - |
| CMYK | 0 | 0.78 | 0.20 | 0.02 |
| HSL | 315.61º | 0.95% | 0.6% | - |
| HSV(B) | 315.61º | 0.78% | 0.98% | - |
| XYZ | 51.05 | 27.09 | 56.57 | - |
| YUV | 129.13 | 167.43 | 214.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 54 | 199 | 0 | 0.78 | 0.20 | 0.02 | 315.61 | 0.95 | 0.6 |
| Hex | FA | 36 | C7 | 0 | 4E | 14 | 2 | 13C | 5F | 3C |
| Octal | 372 | 66 | 307 | 0 | 116 | 24 | 2 | 474 | 137 | 74 |
| Binary | 11111010 | 110110 | 11000111 | 0 | 1001110 | 10100 | 10 | 100111100 | 1011111 | 111100 |
Color Harmonies of #FA36C7
Complementary color
Monochromatic Colors of #FA36C7
Black with #FA36C7
Text Example
Text Example
White with #FA36C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA36C7; }
p { color: rgb(250,54,199); }
H1.HeaderClassName
{
color: #FA36C7;
}
.AnyTagClassName
{
color: #FA36C7;
}
</style>
background-color css
<style>
a { background-color: #FA36C7; }
a { background-color: rgb(250,54,199); }
div.DivClassName
{
background-color: #FA36C7;
}
.BgClassName
{
background-color: #FA36C7;
}
</style>
border-color css
<style>
span { border-color: #FA36C7; }
span { border-color: rgb(250,54,199); }
td.TdClassName
{
border-color: #FA36C7;
}
.TagClassName
{
border-color: #FA36C7;
}
</style>