Shades of Razzle Dazzle Rose #FD41D4
Tints of Razzle Dazzle Rose #FD41D4
RGB
CMYK
RGB Variations
Color information
#FD41D4 (or 0xFD41D4) is known color: Razzle Dazzle Rose. HEX triplet: FD, 41 and D4. RGB value is (253,65,212). Sum of RGB (Red+Green+Blue) = 253+65+212=530 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.74% from 530); Green value is 65 (25.78% from 255 or 12.26% from 530); Blue value is 212 (83.20% from 255 or 40% from 530); Max value from RGB is 253 - color contains mainly: red. Hex color #FD41D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD41D4 is #02BE2B. Grayscale: #898989. Windows color (decimal): -179756 or 13910525. OLE color: 13910525.
HSL color Cylindrical-coordinate representation of color #FD41D4: hue angle of 313.09º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FD41D4 is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 65 | 212 | - |
CMYK | 0 | 0.74 | 0.16 | 0.01 |
HSL | 313.09º | 0.98% | 0.62% | - |
HSV(B) | 313.09º | 0.74% | 0.99% | - |
XYZ | 54.28 | 29.42 | 65.1 | - |
YUV | 137.97 | 169.78 | 210.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 65 | 212 | 0 | 0.74 | 0.16 | 0.01 | 313.09 | 0.98 | 0.62 |
Hex | FD | 41 | D4 | 0 | 4A | 10 | 1 | 139 | 62 | 3E |
Octal | 375 | 101 | 324 | 0 | 112 | 20 | 1 | 471 | 142 | 76 |
Binary | 11111101 | 1000001 | 11010100 | 0 | 1001010 | 10000 | 1 | 100111001 | 1100010 | 111110 |
Color Harmonies of #FD41D4
Complementary color
Monochromatic Colors of #FD41D4
Black with #FD41D4
Text Example
Text Example
White with #FD41D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD41D4; }
p { color: rgb(253,65,212); }
H1.HeaderClassName
{
color: #FD41D4;
}
.AnyTagClassName
{
color: #FD41D4;
}
</style>
background-color css
<style>
a { background-color: #FD41D4; }
a { background-color: rgb(253,65,212); }
div.DivClassName
{
background-color: #FD41D4;
}
.BgClassName
{
background-color: #FD41D4;
}
</style>
border-color css
<style>
span { border-color: #FD41D4; }
span { border-color: rgb(253,65,212); }
td.TdClassName
{
border-color: #FD41D4;
}
.TagClassName
{
border-color: #FD41D4;
}
</style>