Shades of Razzle Dazzle Rose #FD3AF0
Tints of Razzle Dazzle Rose #FD3AF0
RGB
CMYK
RGB Variations
Color information
#FD3AF0 (or 0xFD3AF0) is known color: Razzle Dazzle Rose. HEX triplet: FD, 3A and F0. RGB value is (253,58,240). Sum of RGB (Red+Green+Blue) = 253+58+240=551 (72% of max value = 765). Red value is 253 (99.22% from 255 or 45.92% from 551); Green value is 58 (23.05% from 255 or 10.53% from 551); Blue value is 240 (94.14% from 255 or 43.56% from 551); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3AF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD3AF0 is #02C50F. Grayscale: #888888. Windows color (decimal): -181520 or 15743741. OLE color: 15743741.
HSL color Cylindrical-coordinate representation of color #FD3AF0: hue angle of 304º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FD3AF0 is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 58 | 240 | - |
CMYK | 0 | 0.77 | 0.05 | 0.01 |
HSL | 304º | 0.98% | 0.61% | - |
HSV(B) | 304º | 0.77% | 0.99% | - |
XYZ | 57.75 | 30.2 | 85.22 | - |
YUV | 137.05 | 186.1 | 210.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 58 | 240 | 0 | 0.77 | 0.05 | 0.01 | 304 | 0.98 | 0.61 |
Hex | FD | 3A | F0 | 0 | 4D | 5 | 1 | 130 | 62 | 3D |
Octal | 375 | 72 | 360 | 0 | 115 | 5 | 1 | 460 | 142 | 75 |
Binary | 11111101 | 111010 | 11110000 | 0 | 1001101 | 101 | 1 | 100110000 | 1100010 | 111101 |
Color Harmonies of #FD3AF0
Complementary color
Monochromatic Colors of #FD3AF0
Black with #FD3AF0
Text Example
Text Example
White with #FD3AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3AF0; }
p { color: rgb(253,58,240); }
H1.HeaderClassName
{
color: #FD3AF0;
}
.AnyTagClassName
{
color: #FD3AF0;
}
</style>
background-color css
<style>
a { background-color: #FD3AF0; }
a { background-color: rgb(253,58,240); }
div.DivClassName
{
background-color: #FD3AF0;
}
.BgClassName
{
background-color: #FD3AF0;
}
</style>
border-color css
<style>
span { border-color: #FD3AF0; }
span { border-color: rgb(253,58,240); }
td.TdClassName
{
border-color: #FD3AF0;
}
.TagClassName
{
border-color: #FD3AF0;
}
</style>