#F2148B

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

Shades of Deep Pink #F2148B

Tints of Deep Pink #F2148B

Color information

#F2148B (or 0xF2148B) is unknown color: approx Deep Pink. HEX triplet: F2, 14 and 8B. RGB value is (242,20,139). Sum of RGB (Red+Green+Blue) = 242+20+139=401 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.35% from 401); Green value is 20 (8.20% from 255 or 4.99% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 242 - color contains mainly: red. Hex color #F2148B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2148B is #0DEB74. Grayscale: #636363. Windows color (decimal): -912245 or 9114866. OLE color: 9114866.

HSL color Cylindrical-coordinate representation of color #F2148B: hue angle of 327.84º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F2148B is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB24220139-
CMYK00.920.430.05
HSL327.84º89.52%51.37%-
HSV(B)327.84º91.74%94.9%-
XYZ41.5321.2426.34-
YUV99.94150.05229.32-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 60.35%
GREEN value IS 20 (8.20% from 255) = 4.99%
BLUE value IS 139 (54.69% from 255) = 34.66%
R=60.35%
G=4.99%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422013900.920.430.05327.8489.5251.37
HexF2148B05C2B51485a33
Octal36224213013453551013263
Binary111100101010010001011010111001010111011010010001011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2148B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2148B; }

 p { color: rgb(242,20,139); }

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

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

 a { background-color: rgb(242,20,139); }

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

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

 span { border-color: rgb(242,20,139); }

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