Shades of Dark Pink #F34B7B
Tints of Dark Pink #F34B7B
RGB
CMYK
RGB Variations
Color information
#F34B7B (or 0xF34B7B) is known color: Dark Pink. HEX triplet: F3, 4B and 7B. RGB value is (243,75,123). Sum of RGB (Red+Green+Blue) = 243+75+123=441 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.10% from 441); Green value is 75 (29.69% from 255 or 17.01% from 441); Blue value is 123 (48.44% from 255 or 27.89% from 441); Max value from RGB is 243 - color contains mainly: red. Hex color #F34B7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34B7B is #0CB484. Grayscale: #828282. Windows color (decimal): -832645 or 8080371. OLE color: 8080371.
HSL color Cylindrical-coordinate representation of color #F34B7B: hue angle of 342.86º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F34B7B is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 75 | 123 | - |
| CMYK | 0 | 0.69 | 0.49 | 0.05 |
| HSL | 342.86º | 0.88% | 0.62% | - |
| HSV(B) | 342.86º | 0.69% | 0.95% | - |
| XYZ | 43.05 | 25.52 | 21.39 | - |
| YUV | 130.7 | 123.66 | 208.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 75 | 123 | 0 | 0.69 | 0.49 | 0.05 | 342.86 | 0.88 | 0.62 |
| Hex | F3 | 4B | 7B | 0 | 45 | 31 | 5 | 157 | 58 | 3E |
| Octal | 363 | 113 | 173 | 0 | 105 | 61 | 5 | 527 | 130 | 76 |
| Binary | 11110011 | 1001011 | 1111011 | 0 | 1000101 | 110001 | 101 | 101010111 | 1011000 | 111110 |
Color Harmonies of #F34B7B
Complementary color
Monochromatic Colors of #F34B7B
Black with #F34B7B
Text Example
Text Example
White with #F34B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34B7B; }
p { color: rgb(243,75,123); }
H1.HeaderClassName
{
color: #F34B7B;
}
.AnyTagClassName
{
color: #F34B7B;
}
</style>
background-color css
<style>
a { background-color: #F34B7B; }
a { background-color: rgb(243,75,123); }
div.DivClassName
{
background-color: #F34B7B;
}
.BgClassName
{
background-color: #F34B7B;
}
</style>
border-color css
<style>
span { border-color: #F34B7B; }
span { border-color: rgb(243,75,123); }
td.TdClassName
{
border-color: #F34B7B;
}
.TagClassName
{
border-color: #F34B7B;
}
</style>