Html Css Color HEX #F7139C Deep Pink

📋 copy color: '#F7139C'

red 247 ◦ green 19 ◦ blue 156

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

Shades of Deep Pink #F7139C

Tints of Deep Pink #F7139C

RGB

 RED value IS 247 (96.88% from 255) = 58.53%

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

 BLUE value IS 156 (61.33% from 255) = 36.97%

R = 58.53%
G = 4.5%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.37

 K value IS 0.03

RGB Variations

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

Color information

#F7139C (or 0xF7139C) is known color: Deep Pink. HEX triplet: F7, 13 and 9C. RGB value is (247,19,156). Sum of RGB (Red+Green+Blue) = 247+19+156=422 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.53% from 422); Green value is 19 (7.81% from 255 or 4.50% from 422); Blue value is 156 (61.33% from 255 or 36.97% from 422); Max value from RGB is 247 - color contains mainly: red. Hex color #F7139C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F7139C is #08EC63. Grayscale: #666666. Windows color (decimal): -584804 or 10228727. OLE color: 10228727.

HSL color Cylindrical-coordinate representation of color #F7139C: hue angle of 323.95º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F7139C is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 19 156 -
CMYK 0 0.92 0.37 0.03
HSL 323.95º 0.93% 0.52% -
HSV(B) 323.95º 0.92% 0.97% -
XYZ 44.59 22.64 33.47 -
YUV 102.79 158.04 230.86 -
System Red Green Blue C M Y K H S L
Decimal 247 19 156 0 0.92 0.37 0.03 323.95 0.93 0.52
Hex F7 13 9C 0 5C 25 3 144 5D 34
Octal 367 23 234 0 134 45 3 504 135 64
Binary 11110111 10011 10011100 0 1011100 100101 11 101000100 1011101 110100

Color Harmonies of #F7139C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7139C

Black with #F7139C

Text Example


Text Example

White with #F7139C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7139C; }

 p { color: rgb(247,19,156); }

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

background-color css

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

 a { background-color: rgb(247,19,156); }

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

border-color css

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

 span { border-color: rgb(247,19,156); }

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