Html Css Color HEX #F4139D Deep Pink

📋 copy color: '#F4139D'

red 244 ◦ green 19 ◦ blue 157

#F4139D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Pink #F4139D

Tints of Deep Pink #F4139D

RGB

 RED value IS 244 (95.7% from 255) = 58.1%

 GREEN value IS 19 (7.81% from 255) = 4.52%

 BLUE value IS 157 (61.72% from 255) = 37.38%

R = 58.1%
G = 4.52%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#F4139D (or 0xF4139D) is known color: Deep Pink. HEX triplet: F4, 13 and 9D. RGB value is (244,19,157). Sum of RGB (Red+Green+Blue) = 244+19+157=420 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.10% from 420); Green value is 19 (7.81% from 255 or 4.52% from 420); Blue value is 157 (61.72% from 255 or 37.38% from 420); Max value from RGB is 244 - color contains mainly: red. Hex color #F4139D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F4139D is #0BEC62. Grayscale: #656565. Windows color (decimal): -781411 or 10294260. OLE color: 10294260.

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

Color convert

RGB 244 19 157 -
CMYK 0 0.92 0.36 0.04
HSL 323.2º 0.91% 0.52% -
HSV(B) 323.2º 0.92% 0.96% -
XYZ 43.63 22.13 33.87 -
YUV 102.01 159.04 229.28 -
System Red Green Blue C M Y K H S L
Decimal 244 19 157 0 0.92 0.36 0.04 323.2 0.91 0.52
Hex F4 13 9D 0 5C 24 4 143 5B 34
Octal 364 23 235 0 134 44 4 503 133 64
Binary 11110100 10011 10011101 0 1011100 100100 100 101000011 1011011 110100

Color Harmonies of #F4139D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4139D

Black with #F4139D

Text Example


Text Example

White with #F4139D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4139D; }

 p { color: rgb(244,19,157); }

 H1.HeaderClassName
 {
   color: #F4139D;
 }
 .AnyTagClassName
 {
   color: #F4139D;
 }
</style>

background-color css

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

 a { background-color: rgb(244,19,157); }

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

border-color css

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

 span { border-color: rgb(244,19,157); }

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