Shades of Razzle Dazzle Rose #FA40C5
Tints of Razzle Dazzle Rose #FA40C5
RGB
CMYK
RGB Variations
Color information
#FA40C5 (or 0xFA40C5) is known color: Razzle Dazzle Rose. HEX triplet: FA, 40 and C5. RGB value is (250,64,197). Sum of RGB (Red+Green+Blue) = 250+64+197=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 64 (25.39% from 255 or 12.52% from 511); Blue value is 197 (77.34% from 255 or 38.55% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FA40C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA40C5 is #05BF3A. Grayscale: #868686. Windows color (decimal): -376635 or 12927226. OLE color: 12927226.
HSL color Cylindrical-coordinate representation of color #FA40C5: hue angle of 317.1º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FA40C5 is Cyan = 0, Magento = 0.74, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 64 | 197 | - |
| CMYK | 0 | 0.74 | 0.21 | 0.02 |
| HSL | 317.1º | 0.95% | 0.62% | - |
| HSV(B) | 317.1º | 0.74% | 0.98% | - |
| XYZ | 51.34 | 28.02 | 55.53 | - |
| YUV | 134.78 | 163.12 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 64 | 197 | 0 | 0.74 | 0.21 | 0.02 | 317.1 | 0.95 | 0.62 |
| Hex | FA | 40 | C5 | 0 | 4A | 15 | 2 | 13D | 5F | 3E |
| Octal | 372 | 100 | 305 | 0 | 112 | 25 | 2 | 475 | 137 | 76 |
| Binary | 11111010 | 1000000 | 11000101 | 0 | 1001010 | 10101 | 10 | 100111101 | 1011111 | 111110 |
Color Harmonies of #FA40C5
Complementary color
Monochromatic Colors of #FA40C5
Black with #FA40C5
Text Example
Text Example
White with #FA40C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA40C5; }
p { color: rgb(250,64,197); }
H1.HeaderClassName
{
color: #FA40C5;
}
.AnyTagClassName
{
color: #FA40C5;
}
</style>
background-color css
<style>
a { background-color: #FA40C5; }
a { background-color: rgb(250,64,197); }
div.DivClassName
{
background-color: #FA40C5;
}
.BgClassName
{
background-color: #FA40C5;
}
</style>
border-color css
<style>
span { border-color: #FA40C5; }
span { border-color: rgb(250,64,197); }
td.TdClassName
{
border-color: #FA40C5;
}
.TagClassName
{
border-color: #FA40C5;
}
</style>