Shades of Razzle Dazzle Rose #FA40C3
Tints of Razzle Dazzle Rose #FA40C3
RGB
CMYK
RGB Variations
Color information
#FA40C3 (or 0xFA40C3) is known color: Razzle Dazzle Rose. HEX triplet: FA, 40 and C3. RGB value is (250,64,195). Sum of RGB (Red+Green+Blue) = 250+64+195=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 64 (25.39% from 255 or 12.57% from 509); Blue value is 195 (76.56% from 255 or 38.31% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FA40C3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA40C3 is #05BF3C. Grayscale: #868686. Windows color (decimal): -376637 or 12796154. OLE color: 12796154.
HSL color Cylindrical-coordinate representation of color #FA40C3: hue angle of 317.74º 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 #FA40C3 is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 64 | 195 | - |
| CMYK | 0 | 0.74 | 0.22 | 0.02 |
| HSL | 317.74º | 0.95% | 0.62% | - |
| HSV(B) | 317.74º | 0.74% | 0.98% | - |
| XYZ | 51.11 | 27.93 | 54.33 | - |
| YUV | 134.55 | 162.12 | 210.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 64 | 195 | 0 | 0.74 | 0.22 | 0.02 | 317.74 | 0.95 | 0.62 |
| Hex | FA | 40 | C3 | 0 | 4A | 16 | 2 | 13E | 5F | 3E |
| Octal | 372 | 100 | 303 | 0 | 112 | 26 | 2 | 476 | 137 | 76 |
| Binary | 11111010 | 1000000 | 11000011 | 0 | 1001010 | 10110 | 10 | 100111110 | 1011111 | 111110 |
Color Harmonies of #FA40C3
Complementary color
Monochromatic Colors of #FA40C3
Black with #FA40C3
Text Example
Text Example
White with #FA40C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA40C3; }
p { color: rgb(250,64,195); }
H1.HeaderClassName
{
color: #FA40C3;
}
.AnyTagClassName
{
color: #FA40C3;
}
</style>
background-color css
<style>
a { background-color: #FA40C3; }
a { background-color: rgb(250,64,195); }
div.DivClassName
{
background-color: #FA40C3;
}
.BgClassName
{
background-color: #FA40C3;
}
</style>
border-color css
<style>
span { border-color: #FA40C3; }
span { border-color: rgb(250,64,195); }
td.TdClassName
{
border-color: #FA40C3;
}
.TagClassName
{
border-color: #FA40C3;
}
</style>