Html Css Color HEX #FB119F Deep Pink

📋 copy color: '#FB119F'

red 251 ◦ green 17 ◦ blue 159

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

Shades of Deep Pink #FB119F

Tints of Deep Pink #FB119F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.24%

R = 58.78%
G = 3.98%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FB119F (or 0xFB119F) is known color: Deep Pink. HEX triplet: FB, 11 and 9F. RGB value is (251,17,159). Sum of RGB (Red+Green+Blue) = 251+17+159=427 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.78% from 427); Green value is 17 (7.03% from 255 or 3.98% from 427); Blue value is 159 (62.5% from 255 or 37.24% from 427); Max value from RGB is 251 - color contains mainly: red. Hex color #FB119F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB119F is #04EE60. Grayscale: #666666. Windows color (decimal): -323169 or 10424827. OLE color: 10424827.

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

Color convert

RGB 251 17 159 -
CMYK 0 0.93 0.37 0.02
HSL 323.59º 0.97% 0.53% -
HSV(B) 323.59º 0.93% 0.98% -
XYZ 46.24 23.41 34.88 -
YUV 103.15 159.52 233.45 -
System Red Green Blue C M Y K H S L
Decimal 251 17 159 0 0.93 0.37 0.02 323.59 0.97 0.53
Hex FB 11 9F 0 5D 25 2 144 61 35
Octal 373 21 237 0 135 45 2 504 141 65
Binary 11111011 10001 10011111 0 1011101 100101 10 101000100 1100001 110101

Color Harmonies of #FB119F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB119F

Black with #FB119F

Text Example


Text Example

White with #FB119F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB119F; }

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

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

background-color css

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

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

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

border-color css

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

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

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