#F34A78

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

Shades of Dark Pink #F34A78

Tints of Dark Pink #F34A78

Color information

#F34A78 (or 0xF34A78) is unknown color: approx Dark Pink. HEX triplet: F3, 4A and 78. RGB value is (243,74,120). Sum of RGB (Red+Green+Blue) = 243+74+120=437 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.61% from 437); Green value is 74 (29.30% from 255 or 16.93% from 437); Blue value is 120 (47.27% from 255 or 27.46% from 437); Max value from RGB is 243 - color contains mainly: red. Hex color #F34A78 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34A78 is #0CB587. Grayscale: #818181. Windows color (decimal): -832904 or 7883507. OLE color: 7883507.

HSL color Cylindrical-coordinate representation of color #F34A78: hue angle of 343.67º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F34A78 is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB24374120-
CMYK00.700.510.05
HSL343.67º87.56%62.16%-
HSV(B)343.67º69.55%95.29%-
XYZ42.825.3120.4-
YUV129.78122.49208.76-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 55.61%
GREEN value IS 74 (29.30% from 255) = 16.93%
BLUE value IS 120 (47.27% from 255) = 27.46%
R=55.61%
G=16.93%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2437412000.700.510.05343.6787.5662.16
HexF34A78046335158583e
Octal363112170010663553013076
Binary1111001110010101111000010001101100111011010110001011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34A78; }

 p { color: rgb(243,74,120); }

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

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

 a { background-color: rgb(243,74,120); }

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

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

 span { border-color: rgb(243,74,120); }

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