#F04C7E

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

Shades of Dark Pink #F04C7E

Tints of Dark Pink #F04C7E

Color information

#F04C7E (or 0xF04C7E) is unknown color: approx Dark Pink. HEX triplet: F0, 4C and 7E. RGB value is (240,76,126). Sum of RGB (Red+Green+Blue) = 240+76+126=442 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.30% from 442); Green value is 76 (30.08% from 255 or 17.19% from 442); Blue value is 126 (49.61% from 255 or 28.51% from 442); Max value from RGB is 240 - color contains mainly: red. Hex color #F04C7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04C7E is #0FB381. Grayscale: #828282. Windows color (decimal): -1028994 or 8277232. OLE color: 8277232.

HSL color Cylindrical-coordinate representation of color #F04C7E: hue angle of 341.71º degrees, saturation: 0.85, 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 #F04C7E is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB24076126-
CMYK00.680.480.06
HSL341.71º84.54%61.96%-
HSV(B)341.71º68.33%94.12%-
XYZ42.2925.222.37-
YUV130.74125.33205.93-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 54.30%
GREEN value IS 76 (30.08% from 255) = 17.19%
BLUE value IS 126 (49.61% from 255) = 28.51%
R=54.30%
G=17.19%
B=28.51%

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
Decimal2407612600.680.480.06341.7184.5461.96
HexF04C7E044306156553e
Octal360114176010460652612576
Binary1111000010011001111110010001001100001101010101101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04C7E; }

 p { color: rgb(240,76,126); }

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

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

 a { background-color: rgb(240,76,126); }

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

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

 span { border-color: rgb(240,76,126); }

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