#F50B8B

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

Shades of Deep Pink #F50B8B

Tints of Deep Pink #F50B8B

Color information

#F50B8B (or 0xF50B8B) is unknown color: approx Deep Pink. HEX triplet: F5, 0B and 8B. RGB value is (245,11,139). Sum of RGB (Red+Green+Blue) = 245+11+139=395 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.03% from 395); Green value is 11 (4.69% from 255 or 2.78% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 245 - color contains mainly: red. Hex color #F50B8B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50B8B is #0AF474. Grayscale: #5F5F5F. Windows color (decimal): -717941 or 9112565. OLE color: 9112565.

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

Color convert

RGB24511139-
CMYK00.960.430.04
HSL327.18º92.13%50.2%-
HSV(B)327.18º95.51%96.08%-
XYZ42.4421.5226.34-
YUV95.56152.52234.59-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 62.03%
GREEN value IS 11 (4.69% from 255) = 2.78%
BLUE value IS 139 (54.69% from 255) = 35.19%
R=62.03%
G=2.78%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451113900.960.430.04327.1892.1350.2
HexF5B8B0602B41475c32
Octal36513213014053450713462
Binary11110101101110001011011000001010111001010001111011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F50B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F50B8B; }

 p { color: rgb(245,11,139); }

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

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

 a { background-color: rgb(245,11,139); }

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

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

 span { border-color: rgb(245,11,139); }

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