Html Css Color HEX #FB199B Deep Pink

📋 copy color: '#FB199B'

red 251 ◦ green 25 ◦ blue 155

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

Shades of Deep Pink #FB199B

Tints of Deep Pink #FB199B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.8%

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

R = 58.24%
G = 5.8%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FB199B (or 0xFB199B) is known color: Deep Pink. HEX triplet: FB, 19 and 9B. RGB value is (251,25,155). Sum of RGB (Red+Green+Blue) = 251+25+155=431 (57% of max value = 765). Red value is 251 (98.44% from 255 or 58.24% from 431); Green value is 25 (10.16% from 255 or 5.80% from 431); Blue value is 155 (60.94% from 255 or 35.96% from 431); Max value from RGB is 251 - color contains mainly: red. Hex color #FB199B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB199B is #04E664. Grayscale: #6B6B6B. Windows color (decimal): -321125 or 10164731. OLE color: 10164731.

HSL color Cylindrical-coordinate representation of color #FB199B: hue angle of 325.49º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB199B is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 25 155 -
CMYK 0 0.90 0.38 0.02
HSL 325.49º 0.97% 0.54% -
HSV(B) 325.49º 0.9% 0.98% -
XYZ 46.05 23.57 33.13 -
YUV 107.39 154.87 230.43 -
System Red Green Blue C M Y K H S L
Decimal 251 25 155 0 0.90 0.38 0.02 325.49 0.97 0.54
Hex FB 19 9B 0 5A 26 2 145 61 36
Octal 373 31 233 0 132 46 2 505 141 66
Binary 11111011 11001 10011011 0 1011010 100110 10 101000101 1100001 110110

Color Harmonies of #FB199B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB199B

Black with #FB199B

Text Example


Text Example

White with #FB199B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB199B; }

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

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

background-color css

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

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

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

border-color css

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

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

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