Html Css Color HEX #FB197E Deep Pink

📋 copy color: '#FB197E'

red 251 ◦ green 25 ◦ blue 126

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

Shades of Deep Pink #FB197E

Tints of Deep Pink #FB197E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.34%

R = 62.44%
G = 6.22%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FB197E (or 0xFB197E) is known color: Deep Pink. HEX triplet: FB, 19 and 7E. RGB value is (251,25,126). Sum of RGB (Red+Green+Blue) = 251+25+126=402 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.44% from 402); Green value is 25 (10.16% from 255 or 6.22% from 402); Blue value is 126 (49.61% from 255 or 31.34% from 402); Max value from RGB is 251 - color contains mainly: red. Hex color #FB197E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB197E is #04E681. Grayscale: #676767. Windows color (decimal): -321154 or 8264187. OLE color: 8264187.

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

Color convert

RGB 251 25 126 -
CMYK 0 0.90 0.50 0.02
HSL 333.19º 0.97% 0.54% -
HSV(B) 333.19º 0.9% 0.98% -
XYZ 43.9 22.71 21.81 -
YUV 104.09 140.37 232.79 -
System Red Green Blue C M Y K H S L
Decimal 251 25 126 0 0.90 0.50 0.02 333.19 0.97 0.54
Hex FB 19 7E 0 5A 32 2 14D 61 36
Octal 373 31 176 0 132 62 2 515 141 66
Binary 11111011 11001 1111110 0 1011010 110010 10 101001101 1100001 110110

Color Harmonies of #FB197E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB197E

Black with #FB197E

Text Example


Text Example

White with #FB197E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB197E; }

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

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

background-color css

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

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

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

border-color css

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

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

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