Shades of Dark Pink #F34475
Tints of Dark Pink #F34475
RGB
CMYK
RGB Variations
Color information
#F34475 (or 0xF34475) is known color: Dark Pink. HEX triplet: F3, 44 and 75. RGB value is (243,68,117). Sum of RGB (Red+Green+Blue) = 243+68+117=428 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.78% from 428); Green value is 68 (26.95% from 255 or 15.89% from 428); Blue value is 117 (46.09% from 255 or 27.34% from 428); Max value from RGB is 243 - color contains mainly: red. Hex color #F34475 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34475 is #0CBB8A. Grayscale: #7D7D7D. Windows color (decimal): -834443 or 7685363. OLE color: 7685363.
HSL color Cylindrical-coordinate representation of color #F34475: hue angle of 343.2º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F34475 is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 68 | 117 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.05 |
| HSL | 343.2º | 0.88% | 0.61% | - |
| HSV(B) | 343.2º | 0.72% | 0.95% | - |
| XYZ | 42.24 | 24.47 | 19.33 | - |
| YUV | 125.91 | 122.98 | 211.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 68 | 117 | 0 | 0.72 | 0.52 | 0.05 | 343.2 | 0.88 | 0.61 |
| Hex | F3 | 44 | 75 | 0 | 48 | 34 | 5 | 157 | 58 | 3D |
| Octal | 363 | 104 | 165 | 0 | 110 | 64 | 5 | 527 | 130 | 75 |
| Binary | 11110011 | 1000100 | 1110101 | 0 | 1001000 | 110100 | 101 | 101010111 | 1011000 | 111101 |
Color Harmonies of #F34475
Complementary color
Monochromatic Colors of #F34475
Black with #F34475
Text Example
Text Example
White with #F34475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34475; }
p { color: rgb(243,68,117); }
H1.HeaderClassName
{
color: #F34475;
}
.AnyTagClassName
{
color: #F34475;
}
</style>
background-color css
<style>
a { background-color: #F34475; }
a { background-color: rgb(243,68,117); }
div.DivClassName
{
background-color: #F34475;
}
.BgClassName
{
background-color: #F34475;
}
</style>
border-color css
<style>
span { border-color: #F34475; }
span { border-color: rgb(243,68,117); }
td.TdClassName
{
border-color: #F34475;
}
.TagClassName
{
border-color: #F34475;
}
</style>