#F34875

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

Shades of Dark Pink #F34875

Tints of Dark Pink #F34875

Color information

#F34875 (or 0xF34875) is unknown color: approx Dark Pink. HEX triplet: F3, 48 and 75. RGB value is (243,72,117). Sum of RGB (Red+Green+Blue) = 243+72+117=432 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.25% from 432); Green value is 72 (28.52% from 255 or 16.67% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 243 - color contains mainly: red. Hex color #F34875 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34875 is #0CB78A. Grayscale: #808080. Windows color (decimal): -833419 or 7686387. OLE color: 7686387.

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

Color convert

RGB24372117-
CMYK00.700.520.05
HSL344.21º87.69%61.76%-
HSV(B)344.21º70.37%95.29%-
XYZ42.4924.9719.41-
YUV128.26121.65209.84-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 56.25%
GREEN value IS 72 (28.52% from 255) = 16.67%
BLUE value IS 117 (46.09% from 255) = 27.08%
R=56.25%
G=16.67%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2437211700.700.520.05344.2187.6961.76
HexF34875046345158583e
Octal363110165010664553013076
Binary1111001110010001110101010001101101001011010110001011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34875; }

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

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

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

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

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

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

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

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