Html Css Color HEX #FB149A Deep Pink

📋 copy color: '#FB149A'

red 251 ◦ green 20 ◦ blue 154

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

Shades of Deep Pink #FB149A

Tints of Deep Pink #FB149A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.24%

R = 59.06%
G = 4.71%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FB149A (or 0xFB149A) is known color: Deep Pink. HEX triplet: FB, 14 and 9A. RGB value is (251,20,154). Sum of RGB (Red+Green+Blue) = 251+20+154=425 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.06% from 425); Green value is 20 (8.20% from 255 or 4.71% from 425); Blue value is 154 (60.55% from 255 or 36.24% from 425); Max value from RGB is 251 - color contains mainly: red. Hex color #FB149A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB149A is #04EB65. Grayscale: #686868. Windows color (decimal): -322406 or 10097915. OLE color: 10097915.

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

Color convert

RGB 251 20 154 -
CMYK 0 0.92 0.39 0.02
HSL 325.19º 0.97% 0.53% -
HSV(B) 325.19º 0.92% 0.98% -
XYZ 45.87 23.34 32.66 -
YUV 104.35 156.03 232.6 -
System Red Green Blue C M Y K H S L
Decimal 251 20 154 0 0.92 0.39 0.02 325.19 0.97 0.53
Hex FB 14 9A 0 5C 27 2 145 61 35
Octal 373 24 232 0 134 47 2 505 141 65
Binary 11111011 10100 10011010 0 1011100 100111 10 101000101 1100001 110101

Color Harmonies of #FB149A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB149A

Black with #FB149A

Text Example


Text Example

White with #FB149A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB149A; }

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

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

background-color css

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

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

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

border-color css

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

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

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