Shades of Razzle Dazzle Rose #F241B7
Tints of Razzle Dazzle Rose #F241B7
RGB
CMYK
RGB Variations
Color information
#F241B7 (or 0xF241B7) is known color: Razzle Dazzle Rose. HEX triplet: F2, 41 and B7. RGB value is (242,65,183). Sum of RGB (Red+Green+Blue) = 242+65+183=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 65 (25.78% from 255 or 13.27% from 490); Blue value is 183 (71.88% from 255 or 37.35% from 490); Max value from RGB is 242 - color contains mainly: red. Hex color #F241B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F241B7 is #0DBE48. Grayscale: #838383. Windows color (decimal): -900681 or 12009970. OLE color: 12009970.
HSL color Cylindrical-coordinate representation of color #F241B7: hue angle of 320º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F241B7 is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 65 | 183 | - |
| CMYK | 0 | 0.73 | 0.24 | 0.05 |
| HSL | 320º | 0.87% | 0.6% | - |
| HSV(B) | 320º | 0.73% | 0.95% | - |
| XYZ | 47.06 | 26.08 | 47.35 | - |
| YUV | 131.38 | 157.14 | 206.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 65 | 183 | 0 | 0.73 | 0.24 | 0.05 | 320 | 0.87 | 0.6 |
| Hex | F2 | 41 | B7 | 0 | 49 | 18 | 5 | 140 | 57 | 3C |
| Octal | 362 | 101 | 267 | 0 | 111 | 30 | 5 | 500 | 127 | 74 |
| Binary | 11110010 | 1000001 | 10110111 | 0 | 1001001 | 11000 | 101 | 101000000 | 1010111 | 111100 |
Color Harmonies of #F241B7
Complementary color
Monochromatic Colors of #F241B7
Black with #F241B7
Text Example
Text Example
White with #F241B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F241B7; }
p { color: rgb(242,65,183); }
H1.HeaderClassName
{
color: #F241B7;
}
.AnyTagClassName
{
color: #F241B7;
}
</style>
background-color css
<style>
a { background-color: #F241B7; }
a { background-color: rgb(242,65,183); }
div.DivClassName
{
background-color: #F241B7;
}
.BgClassName
{
background-color: #F241B7;
}
</style>
border-color css
<style>
span { border-color: #F241B7; }
span { border-color: rgb(242,65,183); }
td.TdClassName
{
border-color: #F241B7;
}
.TagClassName
{
border-color: #F241B7;
}
</style>