#F45380

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

Shades of Dark Pink #F45380

Tints of Dark Pink #F45380

Color information

#F45380 (or 0xF45380) is unknown color: approx Dark Pink. HEX triplet: F4, 53 and 80. RGB value is (244,83,128). Sum of RGB (Red+Green+Blue) = 244+83+128=455 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.63% from 455); Green value is 83 (32.81% from 255 or 18.24% from 455); Blue value is 128 (50.39% from 255 or 28.13% from 455); Max value from RGB is 244 - color contains mainly: red. Hex color #F45380 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45380 is #0BAC7F. Grayscale: #888888. Windows color (decimal): -765056 or 8410100. OLE color: 8410100.

HSL color Cylindrical-coordinate representation of color #F45380: hue angle of 343.23º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F45380 is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB24483128-
CMYK00.660.480.04
HSL343.23º87.98%64.12%-
HSV(B)343.23º65.98%95.69%-
XYZ44.326.9823.29-
YUV136.27123.34204.84-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 53.63%
GREEN value IS 83 (32.81% from 255) = 18.24%
BLUE value IS 128 (50.39% from 255) = 28.13%
R=53.63%
G=18.24%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2448312800.660.480.04343.2387.9864.12
HexF453800423041575840
Octal3641232000102604527130100
Binary111101001010011100000000100001011000010010101011110110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F45380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F45380; }

 p { color: rgb(244,83,128); }

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

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

 a { background-color: rgb(244,83,128); }

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

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

 span { border-color: rgb(244,83,128); }

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