#f34b76

Color #F34B76 Dark Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pink #F34B76

Tints of Dark Pink #F34B76

Color information

#F34B76 (or 0xF34B76) is unknown color: approx Dark Pink. HEX triplet: F3, 4B and 76. RGB value is (243,75,118). Sum of RGB (Red+Green+Blue) = 243+75+118=436 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.73% from 436); Green value is 75 (29.69% from 255 or 17.20% from 436); Blue value is 118 (46.48% from 255 or 27.06% from 436); Max value from RGB is 243 - color contains mainly: red. Hex color #F34B76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34B76 is #0CB489. Grayscale: #828282. Windows color (decimal): -832650 or 7752691. OLE color: 7752691.

HSL color Cylindrical-coordinate representation of color #F34B76: hue angle of 344.64º 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 #F34B76 is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB24375118-
CMYK00.690.510.05
HSL344.64º87.5%62.35%-
HSV(B)344.64º69.14%95.29%-
XYZ42.7525.3919.79-
YUV130.13121.16208.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 243 (95.31% from 255) = 55.73%
GREEN value IS 75 (29.69% from 255) = 17.20%
BLUE value IS 118 (46.48% from 255) = 27.06%
R=55.73%
G=17.20%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2437511800.690.510.05344.6487.562.35
HexF34B76045335159583e
Octal363113166010563553113076
Binary1111001110010111110110010001011100111011010110011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f34b76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f34b76; }

 p { color: rgb(243,75,118); }

 H1.HeaderClassName
 {
   color: #f34b76;
 }
 .AnyTagClassName
 {
   color: #f34b76;
 }
</style>
background-color css

<style>
 a { background-color: #f34b76; }

 a { background-color: rgb(243,75,118); }

 div.DivClassName
 {
   background-color: #f34b76;
 }
 .BgClassName
 {
   background-color: #f34b76;
 }
</style>
border-color css

<style>
 span { border-color: #f34b76; }

 span { border-color: rgb(243,75,118); }

 td.TdClassName
 {
   border-color: #f34b76;
 }
 .TagClassName
 {
   border-color: #f34b76;
 }
</style>