#F04E7C

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

Shades of Dark Pink #F04E7C

Tints of Dark Pink #F04E7C

Color information

#F04E7C (or 0xF04E7C) is unknown color: approx Dark Pink. HEX triplet: F0, 4E and 7C. RGB value is (240,78,124). Sum of RGB (Red+Green+Blue) = 240+78+124=442 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.30% from 442); Green value is 78 (30.86% from 255 or 17.65% from 442); Blue value is 124 (48.83% from 255 or 28.05% from 442); Max value from RGB is 240 - color contains mainly: red. Hex color #F04E7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F04E7C is #0FB183. Grayscale: #838383. Windows color (decimal): -1028484 or 8146672. OLE color: 8146672.

HSL color Cylindrical-coordinate representation of color #F04E7C: hue angle of 342.96º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F04E7C is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB24078124-
CMYK00.680.480.06
HSL342.96º84.38%62.35%-
HSV(B)342.96º67.5%94.12%-
XYZ42.325.4321.75-
YUV131.68123.67205.26-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 54.30%
GREEN value IS 78 (30.86% from 255) = 17.65%
BLUE value IS 124 (48.83% from 255) = 28.05%
R=54.30%
G=17.65%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2407812400.680.480.06342.9684.3862.35
HexF04E7C044306157543e
Octal360116174010460652712476
Binary1111000010011101111100010001001100001101010101111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04E7C; }

 p { color: rgb(240,78,124); }

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

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

 a { background-color: rgb(240,78,124); }

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

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

 span { border-color: rgb(240,78,124); }

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