Shades of Dark Pink #F34F78
Tints of Dark Pink #F34F78
RGB
CMYK
RGB Variations
Color information
#F34F78 (or 0xF34F78) is known color: Dark Pink. HEX triplet: F3, 4F and 78. RGB value is (243,79,120). Sum of RGB (Red+Green+Blue) = 243+79+120=442 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.98% from 442); Green value is 79 (31.25% from 255 or 17.87% from 442); Blue value is 120 (47.27% from 255 or 27.15% from 442); Max value from RGB is 243 - color contains mainly: red. Hex color #F34F78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F34F78 is #0CB087. Grayscale: #848484. Windows color (decimal): -831624 or 7884787. OLE color: 7884787.
HSL color Cylindrical-coordinate representation of color #F34F78: hue angle of 345º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F34F78 is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 79 | 120 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.05 |
| HSL | 345º | 0.87% | 0.63% | - |
| HSV(B) | 345º | 0.67% | 0.95% | - |
| XYZ | 43.15 | 26 | 20.51 | - |
| YUV | 132.71 | 120.83 | 206.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 79 | 120 | 0 | 0.67 | 0.51 | 0.05 | 345 | 0.87 | 0.63 |
| Hex | F3 | 4F | 78 | 0 | 43 | 33 | 5 | 159 | 57 | 3F |
| Octal | 363 | 117 | 170 | 0 | 103 | 63 | 5 | 531 | 127 | 77 |
| Binary | 11110011 | 1001111 | 1111000 | 0 | 1000011 | 110011 | 101 | 101011001 | 1010111 | 111111 |
Color Harmonies of #F34F78
Complementary color
Monochromatic Colors of #F34F78
Black with #F34F78
Text Example
Text Example
White with #F34F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34F78; }
p { color: rgb(243,79,120); }
H1.HeaderClassName
{
color: #F34F78;
}
.AnyTagClassName
{
color: #F34F78;
}
</style>
background-color css
<style>
a { background-color: #F34F78; }
a { background-color: rgb(243,79,120); }
div.DivClassName
{
background-color: #F34F78;
}
.BgClassName
{
background-color: #F34F78;
}
</style>
border-color css
<style>
span { border-color: #F34F78; }
span { border-color: rgb(243,79,120); }
td.TdClassName
{
border-color: #F34F78;
}
.TagClassName
{
border-color: #F34F78;
}
</style>