Html Css Color HEX #FB139F Deep Pink

📋 copy color: '#FB139F'

red 251 ◦ green 19 ◦ blue 159

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

Shades of Deep Pink #FB139F

Tints of Deep Pink #FB139F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.43%

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

R = 58.51%
G = 4.43%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FB139F (or 0xFB139F) is known color: Deep Pink. HEX triplet: FB, 13 and 9F. RGB value is (251,19,159). Sum of RGB (Red+Green+Blue) = 251+19+159=429 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.51% from 429); Green value is 19 (7.81% from 255 or 4.43% from 429); Blue value is 159 (62.5% from 255 or 37.06% from 429); Max value from RGB is 251 - color contains mainly: red. Hex color #FB139F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB139F is #04EC60. Grayscale: #676767. Windows color (decimal): -322657 or 10425339. OLE color: 10425339.

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

Color convert

RGB 251 19 159 -
CMYK 0 0.92 0.37 0.02
HSL 323.79º 0.97% 0.53% -
HSV(B) 323.79º 0.92% 0.98% -
XYZ 46.27 23.48 34.89 -
YUV 104.33 158.86 232.62 -
System Red Green Blue C M Y K H S L
Decimal 251 19 159 0 0.92 0.37 0.02 323.79 0.97 0.53
Hex FB 13 9F 0 5C 25 2 144 61 35
Octal 373 23 237 0 134 45 2 504 141 65
Binary 11111011 10011 10011111 0 1011100 100101 10 101000100 1100001 110101

Color Harmonies of #FB139F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB139F

Black with #FB139F

Text Example


Text Example

White with #FB139F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB139F; }

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

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

background-color css

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

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

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

border-color css

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

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

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