Shades of Razzle Dazzle Rose #F841D4
Tints of Razzle Dazzle Rose #F841D4
RGB
CMYK
RGB Variations
Color information
#F841D4 (or 0xF841D4) is known color: Razzle Dazzle Rose. HEX triplet: F8, 41 and D4. RGB value is (248,65,212). Sum of RGB (Red+Green+Blue) = 248+65+212=525 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.24% from 525); Green value is 65 (25.78% from 255 or 12.38% from 525); Blue value is 212 (83.20% from 255 or 40.38% from 525); Max value from RGB is 248 - color contains mainly: red. Hex color #F841D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F841D4 is #07BE2B. Grayscale: #888888. Windows color (decimal): -507436 or 13910520. OLE color: 13910520.
HSL color Cylindrical-coordinate representation of color #F841D4: hue angle of 311.8º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F841D4 is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 65 | 212 | - |
| CMYK | 0 | 0.74 | 0.15 | 0.03 |
| HSL | 311.8º | 0.93% | 0.61% | - |
| HSV(B) | 311.8º | 0.74% | 0.97% | - |
| XYZ | 52.49 | 28.49 | 65.02 | - |
| YUV | 136.48 | 170.63 | 207.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 65 | 212 | 0 | 0.74 | 0.15 | 0.03 | 311.8 | 0.93 | 0.61 |
| Hex | F8 | 41 | D4 | 0 | 4A | F | 3 | 138 | 5D | 3D |
| Octal | 370 | 101 | 324 | 0 | 112 | 17 | 3 | 470 | 135 | 75 |
| Binary | 11111000 | 1000001 | 11010100 | 0 | 1001010 | 1111 | 11 | 100111000 | 1011101 | 111101 |
Color Harmonies of #F841D4
Complementary color
Monochromatic Colors of #F841D4
Black with #F841D4
Text Example
Text Example
White with #F841D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F841D4; }
p { color: rgb(248,65,212); }
H1.HeaderClassName
{
color: #F841D4;
}
.AnyTagClassName
{
color: #F841D4;
}
</style>
background-color css
<style>
a { background-color: #F841D4; }
a { background-color: rgb(248,65,212); }
div.DivClassName
{
background-color: #F841D4;
}
.BgClassName
{
background-color: #F841D4;
}
</style>
border-color css
<style>
span { border-color: #F841D4; }
span { border-color: rgb(248,65,212); }
td.TdClassName
{
border-color: #F841D4;
}
.TagClassName
{
border-color: #F841D4;
}
</style>