Html Css Color HEX #F9128C Deep Pink

📋 copy color: '#F9128C'

red 249 ◦ green 18 ◦ blue 140

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

Shades of Deep Pink #F9128C

Tints of Deep Pink #F9128C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.42%

 BLUE value IS 140 (55.08% from 255) = 34.4%

R = 61.18%
G = 4.42%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#F9128C (or 0xF9128C) is known color: Deep Pink. HEX triplet: F9, 12 and 8C. RGB value is (249,18,140). Sum of RGB (Red+Green+Blue) = 249+18+140=407 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.18% from 407); Green value is 18 (7.42% from 255 or 4.42% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 249 - color contains mainly: red. Hex color #F9128C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F9128C is #06ED73. Grayscale: #646464. Windows color (decimal): -454004 or 9179897. OLE color: 9179897.

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

Color convert

RGB 249 18 140 -
CMYK 0 0.93 0.44 0.02
HSL 328.31º 0.95% 0.52% -
HSV(B) 328.31º 0.93% 0.98% -
XYZ 44.02 22.47 26.83 -
YUV 100.98 150.03 233.58 -
System Red Green Blue C M Y K H S L
Decimal 249 18 140 0 0.93 0.44 0.02 328.31 0.95 0.52
Hex F9 12 8C 0 5D 2C 2 148 5F 34
Octal 371 22 214 0 135 54 2 510 137 64
Binary 11111001 10010 10001100 0 1011101 101100 10 101001000 1011111 110100

Color Harmonies of #F9128C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9128C

Black with #F9128C

Text Example


Text Example

White with #F9128C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9128C; }

 p { color: rgb(249,18,140); }

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

background-color css

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

 a { background-color: rgb(249,18,140); }

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

border-color css

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

 span { border-color: rgb(249,18,140); }

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