#F35079

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

Shades of Dark Pink #F35079

Tints of Dark Pink #F35079

Color information

#F35079 (or 0xF35079) is unknown color: approx Dark Pink. HEX triplet: F3, 50 and 79. RGB value is (243,80,121). Sum of RGB (Red+Green+Blue) = 243+80+121=444 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.73% from 444); Green value is 80 (31.64% from 255 or 18.02% from 444); Blue value is 121 (47.66% from 255 or 27.25% from 444); Max value from RGB is 243 - color contains mainly: red. Hex color #F35079 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F35079 is #0CAF86. Grayscale: #858585. Windows color (decimal): -831367 or 7950579. OLE color: 7950579.

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

Color convert

RGB24380121-
CMYK00.670.500.05
HSL344.91º87.17%63.33%-
HSV(B)344.91º67.08%95.29%-
XYZ43.2826.1720.86-
YUV133.41121206.17-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 54.73%
GREEN value IS 80 (31.64% from 255) = 18.02%
BLUE value IS 121 (47.66% from 255) = 27.25%
R=54.73%
G=18.02%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2438012100.670.500.05344.9187.1763.33
HexF35079043325159573f
Octal363120171010362553112777
Binary1111001110100001111001010000111100101011010110011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35079; }

 p { color: rgb(243,80,121); }

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

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

 a { background-color: rgb(243,80,121); }

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

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

 span { border-color: rgb(243,80,121); }

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