#F34878

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

Shades of Dark Pink #F34878

Tints of Dark Pink #F34878

Color information

#F34878 (or 0xF34878) is unknown color: approx Dark Pink. HEX triplet: F3, 48 and 78. RGB value is (243,72,120). Sum of RGB (Red+Green+Blue) = 243+72+120=435 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.86% from 435); Green value is 72 (28.52% from 255 or 16.55% from 435); Blue value is 120 (47.27% from 255 or 27.59% from 435); Max value from RGB is 243 - color contains mainly: red. Hex color #F34878 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34878 is #0CB787. Grayscale: #808080. Windows color (decimal): -833416 or 7882995. OLE color: 7882995.

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

Color convert

RGB24372120-
CMYK00.700.510.05
HSL343.16º87.69%61.76%-
HSV(B)343.16º70.37%95.29%-
XYZ42.6725.0520.35-
YUV128.6123.15209.6-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 55.86%
GREEN value IS 72 (28.52% from 255) = 16.55%
BLUE value IS 120 (47.27% from 255) = 27.59%
R=55.86%
G=16.55%
B=27.59%

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
Decimal2437212000.700.510.05343.1687.6961.76
HexF34878046335157583e
Octal363110170010663552713076
Binary1111001110010001111000010001101100111011010101111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34878; }

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

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

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

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

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

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

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

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