Html Css Color HEX #FB128C Deep Pink

📋 copy color: '#FB128C'

red 251 ◦ green 18 ◦ blue 140

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

Shades of Deep Pink #FB128C

Tints of Deep Pink #FB128C

RGB

 RED value IS 251 (98.44% from 255) = 61.37%

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

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

R = 61.37%
G = 4.4%
B = 34.23%

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

#FB128C (or 0xFB128C) is known color: Deep Pink. HEX triplet: FB, 12 and 8C. RGB value is (251,18,140). Sum of RGB (Red+Green+Blue) = 251+18+140=409 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.37% from 409); Green value is 18 (7.42% from 255 or 4.40% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 251 - color contains mainly: red. Hex color #FB128C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB128C is #04ED73. Grayscale: #656565. Windows color (decimal): -322932 or 9179899. OLE color: 9179899.

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

Color convert

RGB 251 18 140 -
CMYK 0 0.93 0.44 0.02
HSL 328.58º 0.97% 0.53% -
HSV(B) 328.58º 0.93% 0.98% -
XYZ 44.73 22.84 26.86 -
YUV 101.58 149.69 234.58 -
System Red Green Blue C M Y K H S L
Decimal 251 18 140 0 0.93 0.44 0.02 328.58 0.97 0.53
Hex FB 12 8C 0 5D 2C 2 149 61 35
Octal 373 22 214 0 135 54 2 511 141 65
Binary 11111011 10010 10001100 0 1011101 101100 10 101001001 1100001 110101

Color Harmonies of #FB128C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB128C

Black with #FB128C

Text Example


Text Example

White with #FB128C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB128C; }

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

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

background-color css

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

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

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

border-color css

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

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

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