Shades of Dark Pink #F34575
Tints of Dark Pink #F34575
RGB
CMYK
RGB Variations
Color information
#F34575 (or 0xF34575) is known color: Dark Pink. HEX triplet: F3, 45 and 75. RGB value is (243,69,117). Sum of RGB (Red+Green+Blue) = 243+69+117=429 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.64% from 429); Green value is 69 (27.34% from 255 or 16.08% from 429); Blue value is 117 (46.09% from 255 or 27.27% from 429); Max value from RGB is 243 - color contains mainly: red. Hex color #F34575 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34575 is #0CBA8A. Grayscale: #7E7E7E. Windows color (decimal): -834187 or 7685619. OLE color: 7685619.
HSL color Cylindrical-coordinate representation of color #F34575: hue angle of 343.45º 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 #F34575 is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 69 | 117 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.05 |
| HSL | 343.45º | 0.88% | 0.61% | - |
| HSV(B) | 343.45º | 0.72% | 0.95% | - |
| XYZ | 42.3 | 24.6 | 19.35 | - |
| YUV | 126.5 | 122.65 | 211.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 69 | 117 | 0 | 0.72 | 0.52 | 0.05 | 343.45 | 0.88 | 0.61 |
| Hex | F3 | 45 | 75 | 0 | 48 | 34 | 5 | 157 | 58 | 3D |
| Octal | 363 | 105 | 165 | 0 | 110 | 64 | 5 | 527 | 130 | 75 |
| Binary | 11110011 | 1000101 | 1110101 | 0 | 1001000 | 110100 | 101 | 101010111 | 1011000 | 111101 |
Color Harmonies of #F34575
Complementary color
Monochromatic Colors of #F34575
Black with #F34575
Text Example
Text Example
White with #F34575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34575; }
p { color: rgb(243,69,117); }
H1.HeaderClassName
{
color: #F34575;
}
.AnyTagClassName
{
color: #F34575;
}
</style>
background-color css
<style>
a { background-color: #F34575; }
a { background-color: rgb(243,69,117); }
div.DivClassName
{
background-color: #F34575;
}
.BgClassName
{
background-color: #F34575;
}
</style>
border-color css
<style>
span { border-color: #F34575; }
span { border-color: rgb(243,69,117); }
td.TdClassName
{
border-color: #F34575;
}
.TagClassName
{
border-color: #F34575;
}
</style>