Html Css Color HEX #FB149B Deep Pink

📋 copy color: '#FB149B'

red 251 ◦ green 20 ◦ blue 155

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

Shades of Deep Pink #FB149B

Tints of Deep Pink #FB149B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.69%

 BLUE value IS 155 (60.94% from 255) = 36.38%

R = 58.92%
G = 4.69%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FB149B (or 0xFB149B) is known color: Deep Pink. HEX triplet: FB, 14 and 9B. RGB value is (251,20,155). Sum of RGB (Red+Green+Blue) = 251+20+155=426 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.92% from 426); Green value is 20 (8.20% from 255 or 4.69% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 251 - color contains mainly: red. Hex color #FB149B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB149B is #04EB64. Grayscale: #686868. Windows color (decimal): -322405 or 10163451. OLE color: 10163451.

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

Color convert

RGB 251 20 155 -
CMYK 0 0.92 0.38 0.02
HSL 324.94º 0.97% 0.53% -
HSV(B) 324.94º 0.92% 0.98% -
XYZ 45.95 23.38 33.1 -
YUV 104.46 156.53 232.52 -
System Red Green Blue C M Y K H S L
Decimal 251 20 155 0 0.92 0.38 0.02 324.94 0.97 0.53
Hex FB 14 9B 0 5C 26 2 145 61 35
Octal 373 24 233 0 134 46 2 505 141 65
Binary 11111011 10100 10011011 0 1011100 100110 10 101000101 1100001 110101

Color Harmonies of #FB149B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB149B

Black with #FB149B

Text Example


Text Example

White with #FB149B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB149B; }

 p { color: rgb(251,20,155); }

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

background-color css

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

 a { background-color: rgb(251,20,155); }

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

border-color css

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

 span { border-color: rgb(251,20,155); }

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