Shades of Razzle Dazzle Rose #FA41CE
Tints of Razzle Dazzle Rose #FA41CE
RGB
CMYK
RGB Variations
Color information
#FA41CE (or 0xFA41CE) is known color: Razzle Dazzle Rose. HEX triplet: FA, 41 and CE. RGB value is (250,65,206). Sum of RGB (Red+Green+Blue) = 250+65+206=521 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.98% from 521); Green value is 65 (25.78% from 255 or 12.48% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 250 - color contains mainly: red. Hex color #FA41CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA41CE is #05BE31. Grayscale: #888888. Windows color (decimal): -376370 or 13517306. OLE color: 13517306.
HSL color Cylindrical-coordinate representation of color #FA41CE: hue angle of 314.27º 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 #FA41CE is Cyan = 0, Magento = 0.74, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 65 | 206 | - |
| CMYK | 0 | 0.74 | 0.18 | 0.02 |
| HSL | 314.27º | 0.95% | 0.62% | - |
| HSV(B) | 314.27º | 0.74% | 0.98% | - |
| XYZ | 52.46 | 28.56 | 61.14 | - |
| YUV | 136.39 | 167.29 | 209.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 65 | 206 | 0 | 0.74 | 0.18 | 0.02 | 314.27 | 0.95 | 0.62 |
| Hex | FA | 41 | CE | 0 | 4A | 12 | 2 | 13A | 5F | 3E |
| Octal | 372 | 101 | 316 | 0 | 112 | 22 | 2 | 472 | 137 | 76 |
| Binary | 11111010 | 1000001 | 11001110 | 0 | 1001010 | 10010 | 10 | 100111010 | 1011111 | 111110 |
Color Harmonies of #FA41CE
Complementary color
Monochromatic Colors of #FA41CE
Black with #FA41CE
Text Example
Text Example
White with #FA41CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA41CE; }
p { color: rgb(250,65,206); }
H1.HeaderClassName
{
color: #FA41CE;
}
.AnyTagClassName
{
color: #FA41CE;
}
</style>
background-color css
<style>
a { background-color: #FA41CE; }
a { background-color: rgb(250,65,206); }
div.DivClassName
{
background-color: #FA41CE;
}
.BgClassName
{
background-color: #FA41CE;
}
</style>
border-color css
<style>
span { border-color: #FA41CE; }
span { border-color: rgb(250,65,206); }
td.TdClassName
{
border-color: #FA41CE;
}
.TagClassName
{
border-color: #FA41CE;
}
</style>