#F35581

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

Shades of Dark Pink #F35581

Tints of Dark Pink #F35581

Color information

#F35581 (or 0xF35581) is unknown color: approx Dark Pink. HEX triplet: F3, 55 and 81. RGB value is (243,85,129). Sum of RGB (Red+Green+Blue) = 243+85+129=457 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.17% from 457); Green value is 85 (33.59% from 255 or 18.60% from 457); Blue value is 129 (50.78% from 255 or 28.23% from 457); Max value from RGB is 243 - color contains mainly: red. Hex color #F35581 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F35581 is #0CAA7E. Grayscale: #898989. Windows color (decimal): -830079 or 8476147. OLE color: 8476147.

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

Color convert

RGB24385129-
CMYK00.650.470.05
HSL343.29º86.81%64.31%-
HSV(B)343.29º65.02%95.29%-
XYZ44.1727.1423.68-
YUV137.26123.35203.42-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 53.17%
GREEN value IS 85 (33.59% from 255) = 18.60%
BLUE value IS 129 (50.78% from 255) = 28.23%
R=53.17%
G=18.60%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2438512900.650.470.05343.2986.8164.31
HexF355810412F51575740
Octal3631252010101575527127100
Binary111100111010101100000010100000110111110110101011110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35581; }

 p { color: rgb(243,85,129); }

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

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

 a { background-color: rgb(243,85,129); }

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

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

 span { border-color: rgb(243,85,129); }

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