#F0547C

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

Shades of Dark Pink #F0547C

Tints of Dark Pink #F0547C

Color information

#F0547C (or 0xF0547C) is unknown color: approx Dark Pink. HEX triplet: F0, 54 and 7C. RGB value is (240,84,124). Sum of RGB (Red+Green+Blue) = 240+84+124=448 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.57% from 448); Green value is 84 (33.20% from 255 or 18.75% from 448); Blue value is 124 (48.83% from 255 or 27.68% from 448); Max value from RGB is 240 - color contains mainly: red. Hex color #F0547C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0547C is #0FAB83. Grayscale: #878787. Windows color (decimal): -1026948 or 8148208. OLE color: 8148208.

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

Color convert

RGB24084124-
CMYK00.650.480.06
HSL344.62º83.87%63.53%-
HSV(B)344.62º65%94.12%-
XYZ42.7426.3221.9-
YUV135.2121.68202.75-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 53.57%
GREEN value IS 84 (33.20% from 255) = 18.75%
BLUE value IS 124 (48.83% from 255) = 27.68%
R=53.57%
G=18.75%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2408412400.650.480.06344.6283.8763.53
HexF0547C0413061595440
Octal3601241740101606531124100
Binary11110000101010011111000100000111000011010101100110101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0547C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0547C; }

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

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

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

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

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

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

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

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