#F5128D

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

Shades of Deep Pink #F5128D

Tints of Deep Pink #F5128D

Color information

#F5128D (or 0xF5128D) is unknown color: approx Deep Pink. HEX triplet: F5, 12 and 8D. RGB value is (245,18,141). Sum of RGB (Red+Green+Blue) = 245+18+141=404 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.64% from 404); Green value is 18 (7.42% from 255 or 4.46% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 245 - color contains mainly: red. Hex color #F5128D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5128D is #0AED72. Grayscale: #636363. Windows color (decimal): -716147 or 9245429. OLE color: 9245429.

HSL color Cylindrical-coordinate representation of color #F5128D: hue angle of 327.49º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F5128D is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB24518141-
CMYK00.930.420.04
HSL327.49º91.9%51.57%-
HSV(B)327.49º92.65%96.08%-
XYZ42.6821.7727.15-
YUV99.9151.21231.5-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 60.64%
GREEN value IS 18 (7.42% from 255) = 4.46%
BLUE value IS 141 (55.47% from 255) = 34.90%
R=60.64%
G=4.46%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451814100.930.420.04327.4991.951.57
HexF5128D05D2A41475c34
Octal36522215013552450713464
Binary111101011001010001101010111011010101001010001111011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5128D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5128D; }

 p { color: rgb(245,18,141); }

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

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

 a { background-color: rgb(245,18,141); }

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

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

 span { border-color: rgb(245,18,141); }

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