#F34F80

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

Shades of Dark Pink #F34F80

Tints of Dark Pink #F34F80

Color information

#F34F80 (or 0xF34F80) is unknown color: approx Dark Pink. HEX triplet: F3, 4F and 80. RGB value is (243,79,128). Sum of RGB (Red+Green+Blue) = 243+79+128=450 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54% from 450); Green value is 79 (31.25% from 255 or 17.56% from 450); Blue value is 128 (50.39% from 255 or 28.44% from 450); Max value from RGB is 243 - color contains mainly: red. Hex color #F34F80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F34F80 is #0CB07F. Grayscale: #858585. Windows color (decimal): -831616 or 8409075. OLE color: 8409075.

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

Color convert

RGB24379128-
CMYK00.670.470.05
HSL342.07º87.23%63.14%-
HSV(B)342.07º67.49%95.29%-
XYZ43.6526.2123.18-
YUV133.62124.83206.02-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 54%
GREEN value IS 79 (31.25% from 255) = 17.56%
BLUE value IS 128 (50.39% from 255) = 28.44%
R=54%
G=17.56%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2437912800.670.470.05342.0787.2363.14
HexF34F800432F5156573f
Octal363117200010357552612777
Binary11110011100111110000000010000111011111011010101101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34F80; }

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

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

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

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

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

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

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

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