Html Css Color HEX #FB118C Deep Pink

📋 copy color: '#FB118C'

red 251 ◦ green 17 ◦ blue 140

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

Shades of Deep Pink #FB118C

Tints of Deep Pink #FB118C

RGB

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

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

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

R = 61.52%
G = 4.17%
B = 34.31%

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

#FB118C (or 0xFB118C) is known color: Deep Pink. HEX triplet: FB, 11 and 8C. RGB value is (251,17,140). Sum of RGB (Red+Green+Blue) = 251+17+140=408 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.52% from 408); Green value is 17 (7.03% from 255 or 4.17% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 251 - color contains mainly: red. Hex color #FB118C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB118C is #04EE73. Grayscale: #646464. Windows color (decimal): -323188 or 9179643. OLE color: 9179643.

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

Color convert

RGB 251 17 140 -
CMYK 0 0.93 0.44 0.02
HSL 328.46º 0.97% 0.53% -
HSV(B) 328.46º 0.93% 0.98% -
XYZ 44.72 22.8 26.86 -
YUV 100.99 150.02 235 -
System Red Green Blue C M Y K H S L
Decimal 251 17 140 0 0.93 0.44 0.02 328.46 0.97 0.53
Hex FB 11 8C 0 5D 2C 2 148 61 35
Octal 373 21 214 0 135 54 2 510 141 65
Binary 11111011 10001 10001100 0 1011101 101100 10 101001000 1100001 110101

Color Harmonies of #FB118C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB118C

Black with #FB118C

Text Example


Text Example

White with #FB118C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB118C; }

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

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

background-color css

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

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

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

border-color css

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

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

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