Html Css Color HEX #F9128D Deep Pink

📋 copy color: '#F9128D'

red 249 ◦ green 18 ◦ blue 141

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

Shades of Deep Pink #F9128D

Tints of Deep Pink #F9128D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.56%

R = 61.03%
G = 4.41%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#F9128D (or 0xF9128D) is known color: Deep Pink. HEX triplet: F9, 12 and 8D. RGB value is (249,18,141). Sum of RGB (Red+Green+Blue) = 249+18+141=408 (54% of max value = 765). Red value is 249 (97.66% from 255 or 61.03% from 408); Green value is 18 (7.42% from 255 or 4.41% from 408); Blue value is 141 (55.47% from 255 or 34.56% from 408); Max value from RGB is 249 - color contains mainly: red. Hex color #F9128D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F9128D is #06ED72. Grayscale: #646464. Windows color (decimal): -454003 or 9245433. OLE color: 9245433.

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

Color convert

RGB 249 18 141 -
CMYK 0 0.93 0.43 0.02
HSL 328.05º 0.95% 0.52% -
HSV(B) 328.05º 0.93% 0.98% -
XYZ 44.09 22.5 27.22 -
YUV 101.09 150.53 233.5 -
System Red Green Blue C M Y K H S L
Decimal 249 18 141 0 0.93 0.43 0.02 328.05 0.95 0.52
Hex F9 12 8D 0 5D 2B 2 148 5F 34
Octal 371 22 215 0 135 53 2 510 137 64
Binary 11111001 10010 10001101 0 1011101 101011 10 101001000 1011111 110100

Color Harmonies of #F9128D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9128D

Black with #F9128D

Text Example


Text Example

White with #F9128D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9128D; }

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

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

background-color css

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

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

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

border-color css

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

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

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