Shades of Razzle Dazzle Rose #F238CB
Tints of Razzle Dazzle Rose #F238CB
RGB
CMYK
RGB Variations
Color information
#F238CB (or 0xF238CB) is known color: Razzle Dazzle Rose. HEX triplet: F2, 38 and CB. RGB value is (242,56,203). Sum of RGB (Red+Green+Blue) = 242+56+203=501 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.30% from 501); Green value is 56 (22.27% from 255 or 11.18% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 242 - color contains mainly: red. Hex color #F238CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F238CB is #0DC734. Grayscale: #7F7F7F. Windows color (decimal): -902965 or 13318386. OLE color: 13318386.
HSL color Cylindrical-coordinate representation of color #F238CB: hue angle of 312.58º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F238CB is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 56 | 203 | - |
| CMYK | 0 | 0.77 | 0.16 | 0.05 |
| HSL | 312.58º | 0.88% | 0.58% | - |
| HSV(B) | 312.58º | 0.77% | 0.95% | - |
| XYZ | 48.81 | 26.02 | 58.95 | - |
| YUV | 128.37 | 170.12 | 209.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 56 | 203 | 0 | 0.77 | 0.16 | 0.05 | 312.58 | 0.88 | 0.58 |
| Hex | F2 | 38 | CB | 0 | 4D | 10 | 5 | 139 | 58 | 3A |
| Octal | 362 | 70 | 313 | 0 | 115 | 20 | 5 | 471 | 130 | 72 |
| Binary | 11110010 | 111000 | 11001011 | 0 | 1001101 | 10000 | 101 | 100111001 | 1011000 | 111010 |
Color Harmonies of #F238CB
Complementary color
Monochromatic Colors of #F238CB
Black with #F238CB
Text Example
Text Example
White with #F238CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F238CB; }
p { color: rgb(242,56,203); }
H1.HeaderClassName
{
color: #F238CB;
}
.AnyTagClassName
{
color: #F238CB;
}
</style>
background-color css
<style>
a { background-color: #F238CB; }
a { background-color: rgb(242,56,203); }
div.DivClassName
{
background-color: #F238CB;
}
.BgClassName
{
background-color: #F238CB;
}
</style>
border-color css
<style>
span { border-color: #F238CB; }
span { border-color: rgb(242,56,203); }
td.TdClassName
{
border-color: #F238CB;
}
.TagClassName
{
border-color: #F238CB;
}
</style>