#F05E8D

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

Shades of Dark Pink #F05E8D

Tints of Dark Pink #F05E8D

Color information

#F05E8D (or 0xF05E8D) is unknown color: approx Dark Pink. HEX triplet: F0, 5E and 8D. RGB value is (240,94,141). Sum of RGB (Red+Green+Blue) = 240+94+141=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 94 (37.11% from 255 or 19.79% from 475); Blue value is 141 (55.47% from 255 or 29.68% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F05E8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05E8D is #0FA172. Grayscale: #8E8E8E. Windows color (decimal): -1024371 or 9264880. OLE color: 9264880.

HSL color Cylindrical-coordinate representation of color #F05E8D: hue angle of 340.68º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F05E8D is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB24094141-
CMYK00.610.410.06
HSL340.68º82.95%65.49%-
HSV(B)340.68º60.83%94.12%-
XYZ44.7528.4528.33-
YUV143.01126.87197.18-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 50.53%
GREEN value IS 94 (37.11% from 255) = 19.79%
BLUE value IS 141 (55.47% from 255) = 29.68%
R=50.53%
G=19.79%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409414100.610.410.06340.6882.9565.49
HexF05E8D03D2961555341
Octal360136215075516525123101
Binary11110000101111010001101011110110100111010101010110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05E8D; }

 p { color: rgb(240,94,141); }

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

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

 a { background-color: rgb(240,94,141); }

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

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

 span { border-color: rgb(240,94,141); }

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