Html Css Color HEX #F9128B Deep Pink

📋 copy color: '#F9128B'

red 249 ◦ green 18 ◦ blue 139

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

Shades of Deep Pink #F9128B

Tints of Deep Pink #F9128B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.24%

R = 61.33%
G = 4.43%
B = 34.24%

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

#F9128B (or 0xF9128B) is known color: Deep Pink. HEX triplet: F9, 12 and 8B. RGB value is (249,18,139). Sum of RGB (Red+Green+Blue) = 249+18+139=406 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.33% from 406); Green value is 18 (7.42% from 255 or 4.43% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 249 - color contains mainly: red. Hex color #F9128B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F9128B is #06ED74. Grayscale: #646464. Windows color (decimal): -454005 or 9114361. OLE color: 9114361.

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

Color convert

RGB 249 18 139 -
CMYK 0 0.93 0.44 0.02
HSL 328.57º 0.95% 0.52% -
HSV(B) 328.57º 0.93% 0.98% -
XYZ 43.94 22.44 26.44 -
YUV 100.86 149.53 233.66 -
System Red Green Blue C M Y K H S L
Decimal 249 18 139 0 0.93 0.44 0.02 328.57 0.95 0.52
Hex F9 12 8B 0 5D 2C 2 149 5F 34
Octal 371 22 213 0 135 54 2 511 137 64
Binary 11111001 10010 10001011 0 1011101 101100 10 101001001 1011111 110100

Color Harmonies of #F9128B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9128B

Black with #F9128B

Text Example


Text Example

White with #F9128B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9128B; }

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

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

background-color css

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

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

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

border-color css

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

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

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