Html Css Color HEX #FB118B Deep Pink

📋 copy color: '#FB118B'

red 251 ◦ green 17 ◦ blue 139

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

Shades of Deep Pink #FB118B

Tints of Deep Pink #FB118B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.18%

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

R = 61.67%
G = 4.18%
B = 34.15%

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

#FB118B (or 0xFB118B) is known color: Deep Pink. HEX triplet: FB, 11 and 8B. RGB value is (251,17,139). Sum of RGB (Red+Green+Blue) = 251+17+139=407 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.67% from 407); Green value is 17 (7.03% from 255 or 4.18% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 251 - color contains mainly: red. Hex color #FB118B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB118B is #04EE74. Grayscale: #646464. Windows color (decimal): -323189 or 9114107. OLE color: 9114107.

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

Color convert

RGB 251 17 139 -
CMYK 0 0.93 0.45 0.02
HSL 328.72º 0.97% 0.53% -
HSV(B) 328.72º 0.93% 0.98% -
XYZ 44.64 22.77 26.47 -
YUV 100.87 149.52 235.08 -
System Red Green Blue C M Y K H S L
Decimal 251 17 139 0 0.93 0.45 0.02 328.72 0.97 0.53
Hex FB 11 8B 0 5D 2D 2 149 61 35
Octal 373 21 213 0 135 55 2 511 141 65
Binary 11111011 10001 10001011 0 1011101 101101 10 101001001 1100001 110101

Color Harmonies of #FB118B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB118B

Black with #FB118B

Text Example


Text Example

White with #FB118B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB118B; }

 p { color: rgb(251,17,139); }

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

background-color css

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

 a { background-color: rgb(251,17,139); }

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

border-color css

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

 span { border-color: rgb(251,17,139); }

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