Html Css Color HEX #F9128A Deep Pink

📋 copy color: '#F9128A'

red 249 ◦ green 18 ◦ blue 138

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

Shades of Deep Pink #F9128A

Tints of Deep Pink #F9128A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.07%

R = 61.48%
G = 4.44%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#F9128A (or 0xF9128A) is known color: Deep Pink. HEX triplet: F9, 12 and 8A. RGB value is (249,18,138). Sum of RGB (Red+Green+Blue) = 249+18+138=405 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.48% from 405); Green value is 18 (7.42% from 255 or 4.44% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 249 - color contains mainly: red. Hex color #F9128A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F9128A is #06ED75. Grayscale: #646464. Windows color (decimal): -454006 or 9048825. OLE color: 9048825.

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

Color convert

RGB 249 18 138 -
CMYK 0 0.93 0.45 0.02
HSL 328.83º 0.95% 0.52% -
HSV(B) 328.83º 0.93% 0.98% -
XYZ 43.87 22.41 26.06 -
YUV 100.75 149.03 233.74 -
System Red Green Blue C M Y K H S L
Decimal 249 18 138 0 0.93 0.45 0.02 328.83 0.95 0.52
Hex F9 12 8A 0 5D 2D 2 149 5F 34
Octal 371 22 212 0 135 55 2 511 137 64
Binary 11111001 10010 10001010 0 1011101 101101 10 101001001 1011111 110100

Color Harmonies of #F9128A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9128A

Black with #F9128A

Text Example


Text Example

White with #F9128A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9128A; }

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

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

background-color css

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

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

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

border-color css

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

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

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