Shades of Razzle Dazzle Rose #FA2FEA
Tints of Razzle Dazzle Rose #FA2FEA
RGB
CMYK
RGB Variations
Color information
#FA2FEA (or 0xFA2FEA) is known color: Razzle Dazzle Rose. HEX triplet: FA, 2F and EA. RGB value is (250,47,234). Sum of RGB (Red+Green+Blue) = 250+47+234=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 47 (18.75% from 255 or 8.85% from 531); Blue value is 234 (91.80% from 255 or 44.07% from 531); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2FEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA2FEA is #05D015. Grayscale: #808080. Windows color (decimal): -380950 or 15347706. OLE color: 15347706.
HSL color Cylindrical-coordinate representation of color #FA2FEA: hue angle of 304.73º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FA2FEA is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 47 | 234 | - |
| CMYK | 0 | 0.81 | 0.06 | 0.02 |
| HSL | 304.73º | 0.95% | 0.58% | - |
| HSV(B) | 304.73º | 0.81% | 0.98% | - |
| XYZ | 55.29 | 28.3 | 80.39 | - |
| YUV | 129.02 | 187.25 | 214.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 47 | 234 | 0 | 0.81 | 0.06 | 0.02 | 304.73 | 0.95 | 0.58 |
| Hex | FA | 2F | EA | 0 | 51 | 6 | 2 | 131 | 5F | 3A |
| Octal | 372 | 57 | 352 | 0 | 121 | 6 | 2 | 461 | 137 | 72 |
| Binary | 11111010 | 101111 | 11101010 | 0 | 1010001 | 110 | 10 | 100110001 | 1011111 | 111010 |
Color Harmonies of #FA2FEA
Complementary color
Monochromatic Colors of #FA2FEA
Black with #FA2FEA
Text Example
Text Example
White with #FA2FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2FEA; }
p { color: rgb(250,47,234); }
H1.HeaderClassName
{
color: #FA2FEA;
}
.AnyTagClassName
{
color: #FA2FEA;
}
</style>
background-color css
<style>
a { background-color: #FA2FEA; }
a { background-color: rgb(250,47,234); }
div.DivClassName
{
background-color: #FA2FEA;
}
.BgClassName
{
background-color: #FA2FEA;
}
</style>
border-color css
<style>
span { border-color: #FA2FEA; }
span { border-color: rgb(250,47,234); }
td.TdClassName
{
border-color: #FA2FEA;
}
.TagClassName
{
border-color: #FA2FEA;
}
</style>