Html Css Color HEX #F9139C Deep Pink

📋 copy color: '#F9139C'

red 249 ◦ green 19 ◦ blue 156

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

Shades of Deep Pink #F9139C

Tints of Deep Pink #F9139C

RGB

 RED value IS 249 (97.66% from 255) = 58.73%

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

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

R = 58.73%
G = 4.48%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#F9139C (or 0xF9139C) is known color: Deep Pink. HEX triplet: F9, 13 and 9C. RGB value is (249,19,156). Sum of RGB (Red+Green+Blue) = 249+19+156=424 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.73% from 424); Green value is 19 (7.81% from 255 or 4.48% from 424); Blue value is 156 (61.33% from 255 or 36.79% from 424); Max value from RGB is 249 - color contains mainly: red. Hex color #F9139C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F9139C is #06EC63. Grayscale: #676767. Windows color (decimal): -453732 or 10228729. OLE color: 10228729.

HSL color Cylindrical-coordinate representation of color #F9139C: hue angle of 324.26º 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 #F9139C is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 19 156 -
CMYK 0 0.92 0.37 0.02
HSL 324.26º 0.95% 0.53% -
HSV(B) 324.26º 0.92% 0.98% -
XYZ 45.3 23.01 33.51 -
YUV 103.39 157.7 231.86 -
System Red Green Blue C M Y K H S L
Decimal 249 19 156 0 0.92 0.37 0.02 324.26 0.95 0.53
Hex F9 13 9C 0 5C 25 2 144 5F 35
Octal 371 23 234 0 134 45 2 504 137 65
Binary 11111001 10011 10011100 0 1011100 100101 10 101000100 1011111 110101

Color Harmonies of #F9139C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9139C

Black with #F9139C

Text Example


Text Example

White with #F9139C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9139C; }

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

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

background-color css

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

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

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

border-color css

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

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

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