#F34B78

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

Shades of Dark Pink #F34B78

Tints of Dark Pink #F34B78

Color information

#F34B78 (or 0xF34B78) is unknown color: approx Dark Pink. HEX triplet: F3, 4B and 78. RGB value is (243,75,120). Sum of RGB (Red+Green+Blue) = 243+75+120=438 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.48% from 438); Green value is 75 (29.69% from 255 or 17.12% from 438); Blue value is 120 (47.27% from 255 or 27.40% from 438); Max value from RGB is 243 - color contains mainly: red. Hex color #F34B78 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34B78 is #0CB487. Grayscale: #828282. Windows color (decimal): -832648 or 7883763. OLE color: 7883763.

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

Color convert

RGB24375120-
CMYK00.690.510.05
HSL343.93º87.5%62.35%-
HSV(B)343.93º69.14%95.29%-
XYZ42.8725.4420.42-
YUV130.36122.16208.34-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 55.48%
GREEN value IS 75 (29.69% from 255) = 17.12%
BLUE value IS 120 (47.27% from 255) = 27.40%
R=55.48%
G=17.12%
B=27.40%

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
Decimal2437512000.690.510.05343.9387.562.35
HexF34B78045335158583e
Octal363113170010563553013076
Binary1111001110010111111000010001011100111011010110001011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34B78; }

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

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

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

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

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

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

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

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