Shades of Razzle Dazzle Rose #FC34F0
Tints of Razzle Dazzle Rose #FC34F0
RGB
CMYK
RGB Variations
Color information
#FC34F0 (or 0xFC34F0) is known color: Razzle Dazzle Rose. HEX triplet: FC, 34 and F0. RGB value is (252,52,240). Sum of RGB (Red+Green+Blue) = 252+52+240=544 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.32% from 544); Green value is 52 (20.70% from 255 or 9.56% from 544); Blue value is 240 (94.14% from 255 or 44.12% from 544); Max value from RGB is 252 - color contains mainly: red. Hex color #FC34F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC34F0 is #03CB0F. Grayscale: #848484. Windows color (decimal): -248592 or 15742204. OLE color: 15742204.
HSL color Cylindrical-coordinate representation of color #FC34F0: hue angle of 303.6º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FC34F0 is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 52 | 240 | - |
| CMYK | 0 | 0.79 | 0.05 | 0.01 |
| HSL | 303.6º | 0.97% | 0.6% | - |
| HSV(B) | 303.6º | 0.79% | 0.99% | - |
| XYZ | 57.1 | 29.44 | 85.11 | - |
| YUV | 133.23 | 188.26 | 212.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 52 | 240 | 0 | 0.79 | 0.05 | 0.01 | 303.6 | 0.97 | 0.6 |
| Hex | FC | 34 | F0 | 0 | 4F | 5 | 1 | 130 | 61 | 3C |
| Octal | 374 | 64 | 360 | 0 | 117 | 5 | 1 | 460 | 141 | 74 |
| Binary | 11111100 | 110100 | 11110000 | 0 | 1001111 | 101 | 1 | 100110000 | 1100001 | 111100 |
Color Harmonies of #FC34F0
Complementary color
Monochromatic Colors of #FC34F0
Black with #FC34F0
Text Example
Text Example
White with #FC34F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC34F0; }
p { color: rgb(252,52,240); }
H1.HeaderClassName
{
color: #FC34F0;
}
.AnyTagClassName
{
color: #FC34F0;
}
</style>
background-color css
<style>
a { background-color: #FC34F0; }
a { background-color: rgb(252,52,240); }
div.DivClassName
{
background-color: #FC34F0;
}
.BgClassName
{
background-color: #FC34F0;
}
</style>
border-color css
<style>
span { border-color: #FC34F0; }
span { border-color: rgb(252,52,240); }
td.TdClassName
{
border-color: #FC34F0;
}
.TagClassName
{
border-color: #FC34F0;
}
</style>