#F34F78

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

Shades of Dark Pink #F34F78

Tints of Dark Pink #F34F78

Color information

#F34F78 (or 0xF34F78) is unknown color: approx Dark Pink. HEX triplet: F3, 4F and 78. RGB value is (243,79,120). Sum of RGB (Red+Green+Blue) = 243+79+120=442 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.98% from 442); Green value is 79 (31.25% from 255 or 17.87% from 442); Blue value is 120 (47.27% from 255 or 27.15% from 442); Max value from RGB is 243 - color contains mainly: red. Hex color #F34F78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F34F78 is #0CB087. Grayscale: #848484. Windows color (decimal): -831624 or 7884787. OLE color: 7884787.

HSL color Cylindrical-coordinate representation of color #F34F78: hue angle of 345º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F34F78 is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB24379120-
CMYK00.670.510.05
HSL345º87.23%63.14%-
HSV(B)345º67.49%95.29%-
XYZ43.152620.51-
YUV132.71120.83206.67-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 54.98%
GREEN value IS 79 (31.25% from 255) = 17.87%
BLUE value IS 120 (47.27% from 255) = 27.15%
R=54.98%
G=17.87%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2437912000.670.510.0534587.2363.14
HexF34F78043335159573f
Octal363117170010363553112777
Binary1111001110011111111000010000111100111011010110011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34F78; }

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

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

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

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

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

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

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

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