Html Css Color HEX #FB198B Deep Pink

📋 copy color: '#FB198B'

red 251 ◦ green 25 ◦ blue 139

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

Shades of Deep Pink #FB198B

Tints of Deep Pink #FB198B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.49%

R = 60.48%
G = 6.02%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FB198B (or 0xFB198B) is known color: Deep Pink. HEX triplet: FB, 19 and 8B. RGB value is (251,25,139). Sum of RGB (Red+Green+Blue) = 251+25+139=415 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.48% from 415); Green value is 25 (10.16% from 255 or 6.02% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 251 - color contains mainly: red. Hex color #FB198B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB198B is #04E674. Grayscale: #696969. Windows color (decimal): -321141 or 9116155. OLE color: 9116155.

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

Color convert

RGB 251 25 139 -
CMYK 0 0.90 0.45 0.02
HSL 329.73º 0.97% 0.54% -
HSV(B) 329.73º 0.9% 0.98% -
XYZ 44.79 23.07 26.52 -
YUV 105.57 146.87 231.73 -
System Red Green Blue C M Y K H S L
Decimal 251 25 139 0 0.90 0.45 0.02 329.73 0.97 0.54
Hex FB 19 8B 0 5A 2D 2 14A 61 36
Octal 373 31 213 0 132 55 2 512 141 66
Binary 11111011 11001 10001011 0 1011010 101101 10 101001010 1100001 110110

Color Harmonies of #FB198B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB198B

Black with #FB198B

Text Example


Text Example

White with #FB198B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB198B; }

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

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

background-color css

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

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

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

border-color css

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

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

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