Html Css Color HEX #F0139D Deep Pink

📋 copy color: '#F0139D'

red 240 ◦ green 19 ◦ blue 157

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

Shades of Deep Pink #F0139D

Tints of Deep Pink #F0139D

RGB

 RED value IS 240 (94.14% from 255) = 57.69%

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

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

R = 57.69%
G = 4.57%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#F0139D (or 0xF0139D) is known color: Deep Pink. HEX triplet: F0, 13 and 9D. RGB value is (240,19,157). Sum of RGB (Red+Green+Blue) = 240+19+157=416 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.69% from 416); Green value is 19 (7.81% from 255 or 4.57% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 240 - color contains mainly: red. Hex color #F0139D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0139D is #0FEC62. Grayscale: #646464. Windows color (decimal): -1043555 or 10294256. OLE color: 10294256.

HSL color Cylindrical-coordinate representation of color #F0139D: hue angle of 322.53º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F0139D is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 19 157 -
CMYK 0 0.92 0.35 0.06
HSL 322.53º 0.88% 0.51% -
HSV(B) 322.53º 0.92% 0.94% -
XYZ 42.25 21.43 33.81 -
YUV 100.81 159.72 227.28 -
System Red Green Blue C M Y K H S L
Decimal 240 19 157 0 0.92 0.35 0.06 322.53 0.88 0.51
Hex F0 13 9D 0 5C 23 6 143 58 33
Octal 360 23 235 0 134 43 6 503 130 63
Binary 11110000 10011 10011101 0 1011100 100011 110 101000011 1011000 110011

Color Harmonies of #F0139D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0139D

Black with #F0139D

Text Example


Text Example

White with #F0139D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0139D; }

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

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

background-color css

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

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

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

border-color css

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

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

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