#F9138F

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

Shades of Deep Pink #F9138F

Tints of Deep Pink #F9138F

Color information

#F9138F (or 0xF9138F) is unknown color: approx Deep Pink. HEX triplet: F9, 13 and 8F. RGB value is (249,19,143). Sum of RGB (Red+Green+Blue) = 249+19+143=411 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.58% from 411); Green value is 19 (7.81% from 255 or 4.62% from 411); Blue value is 143 (56.25% from 255 or 34.79% from 411); Max value from RGB is 249 - color contains mainly: red. Hex color #F9138F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F9138F is #06EC70. Grayscale: #656565. Windows color (decimal): -453745 or 9376761. OLE color: 9376761.

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

Color convert

RGB24919143-
CMYK00.920.430.02
HSL327.65º95.04%52.55%-
HSV(B)327.65º92.37%97.65%-
XYZ44.2622.5928.01-
YUV101.91151.2232.92-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 60.58%
GREEN value IS 19 (7.81% from 255) = 4.62%
BLUE value IS 143 (56.25% from 255) = 34.79%
R=60.58%
G=4.62%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491914300.920.430.02327.6595.0452.55
HexF9138F05C2B21485f35
Octal37123217013453251013765
Binary11111001100111000111101011100101011101010010001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9138F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9138F; }

 p { color: rgb(249,19,143); }

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

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

 a { background-color: rgb(249,19,143); }

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

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

 span { border-color: rgb(249,19,143); }

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