#F0547A

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

Shades of Dark Pink #F0547A

Tints of Dark Pink #F0547A

Color information

#F0547A (or 0xF0547A) is unknown color: approx Dark Pink. HEX triplet: F0, 54 and 7A. RGB value is (240,84,122). Sum of RGB (Red+Green+Blue) = 240+84+122=446 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.81% from 446); Green value is 84 (33.20% from 255 or 18.83% from 446); Blue value is 122 (48.05% from 255 or 27.35% from 446); Max value from RGB is 240 - color contains mainly: red. Hex color #F0547A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0547A is #0FAB85. Grayscale: #868686. Windows color (decimal): -1026950 or 8017136. OLE color: 8017136.

HSL color Cylindrical-coordinate representation of color #F0547A: hue angle of 345.38º 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 #F0547A is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB24084122-
CMYK00.650.490.06
HSL345.38º83.87%63.53%-
HSV(B)345.38º65%94.12%-
XYZ42.6226.2721.24-
YUV134.98120.68202.91-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 53.81%
GREEN value IS 84 (33.20% from 255) = 18.83%
BLUE value IS 122 (48.05% from 255) = 27.35%
R=53.81%
G=18.83%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2408412200.650.490.06345.3883.8763.53
HexF0547A0413161595440
Octal3601241720101616531124100
Binary11110000101010011110100100000111000111010101100110101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0547A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0547A; }

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

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

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

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

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

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

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

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