Shades of Razzle Dazzle Rose #F240BD
Tints of Razzle Dazzle Rose #F240BD
RGB
CMYK
RGB Variations
Color information
#F240BD (or 0xF240BD) is known color: Razzle Dazzle Rose. HEX triplet: F2, 40 and BD. RGB value is (242,64,189). Sum of RGB (Red+Green+Blue) = 242+64+189=495 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.89% from 495); Green value is 64 (25.39% from 255 or 12.93% from 495); Blue value is 189 (74.22% from 255 or 38.18% from 495); Max value from RGB is 242 - color contains mainly: red. Hex color #F240BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F240BD is #0DBF42. Grayscale: #838383. Windows color (decimal): -900931 or 12402930. OLE color: 12402930.
HSL color Cylindrical-coordinate representation of color #F240BD: hue angle of 317.87º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F240BD is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 64 | 189 | - |
| CMYK | 0 | 0.74 | 0.22 | 0.05 |
| HSL | 317.87º | 0.87% | 0.6% | - |
| HSV(B) | 317.87º | 0.74% | 0.95% | - |
| XYZ | 47.64 | 26.22 | 50.69 | - |
| YUV | 131.47 | 160.47 | 206.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 64 | 189 | 0 | 0.74 | 0.22 | 0.05 | 317.87 | 0.87 | 0.6 |
| Hex | F2 | 40 | BD | 0 | 4A | 16 | 5 | 13E | 57 | 3C |
| Octal | 362 | 100 | 275 | 0 | 112 | 26 | 5 | 476 | 127 | 74 |
| Binary | 11110010 | 1000000 | 10111101 | 0 | 1001010 | 10110 | 101 | 100111110 | 1010111 | 111100 |
Color Harmonies of #F240BD
Complementary color
Monochromatic Colors of #F240BD
Black with #F240BD
Text Example
Text Example
White with #F240BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F240BD; }
p { color: rgb(242,64,189); }
H1.HeaderClassName
{
color: #F240BD;
}
.AnyTagClassName
{
color: #F240BD;
}
</style>
background-color css
<style>
a { background-color: #F240BD; }
a { background-color: rgb(242,64,189); }
div.DivClassName
{
background-color: #F240BD;
}
.BgClassName
{
background-color: #F240BD;
}
</style>
border-color css
<style>
span { border-color: #F240BD; }
span { border-color: rgb(242,64,189); }
td.TdClassName
{
border-color: #F240BD;
}
.TagClassName
{
border-color: #F240BD;
}
</style>