Html Css Color HEX #FB198F Deep Pink

📋 copy color: '#FB198F'

red 251 ◦ green 25 ◦ blue 143

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

Shades of Deep Pink #FB198F

Tints of Deep Pink #FB198F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.13%

R = 59.9%
G = 5.97%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FB198F (or 0xFB198F) is known color: Deep Pink. HEX triplet: FB, 19 and 8F. RGB value is (251,25,143). Sum of RGB (Red+Green+Blue) = 251+25+143=419 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.90% from 419); Green value is 25 (10.16% from 255 or 5.97% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 251 - color contains mainly: red. Hex color #FB198F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB198F is #04E670. Grayscale: #696969. Windows color (decimal): -321137 or 9378299. OLE color: 9378299.

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

Color convert

RGB 251 25 143 -
CMYK 0 0.90 0.43 0.02
HSL 328.67º 0.97% 0.54% -
HSV(B) 328.67º 0.9% 0.98% -
XYZ 45.09 23.19 28.09 -
YUV 106.03 148.87 231.41 -
System Red Green Blue C M Y K H S L
Decimal 251 25 143 0 0.90 0.43 0.02 328.67 0.97 0.54
Hex FB 19 8F 0 5A 2B 2 149 61 36
Octal 373 31 217 0 132 53 2 511 141 66
Binary 11111011 11001 10001111 0 1011010 101011 10 101001001 1100001 110110

Color Harmonies of #FB198F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB198F

Black with #FB198F

Text Example


Text Example

White with #FB198F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB198F; }

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

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

background-color css

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

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

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

border-color css

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

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

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