Html Css Color HEX #FB2177 Deep Pink

📋 copy color: '#FB2177'

red 251 ◦ green 33 ◦ blue 119

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

Shades of Deep Pink #FB2177

Tints of Deep Pink #FB2177

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.19%

 BLUE value IS 119 (46.88% from 255) = 29.53%

R = 62.28%
G = 8.19%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FB2177 (or 0xFB2177) is known color: Deep Pink. HEX triplet: FB, 21 and 77. RGB value is (251,33,119). Sum of RGB (Red+Green+Blue) = 251+33+119=403 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.28% from 403); Green value is 33 (13.28% from 255 or 8.19% from 403); Blue value is 119 (46.88% from 255 or 29.53% from 403); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2177 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2177 is #04DE88. Grayscale: #6B6B6B. Windows color (decimal): -319113 or 7807483. OLE color: 7807483.

HSL color Cylindrical-coordinate representation of color #FB2177: hue angle of 336.33º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FB2177 is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 33 119 -
CMYK 0 0.87 0.53 0.02
HSL 336.33º 0.96% 0.56% -
HSV(B) 336.33º 0.87% 0.98% -
XYZ 43.66 22.93 19.58 -
YUV 107.99 134.22 230.01 -
System Red Green Blue C M Y K H S L
Decimal 251 33 119 0 0.87 0.53 0.02 336.33 0.96 0.56
Hex FB 21 77 0 57 35 2 150 60 38
Octal 373 41 167 0 127 65 2 520 140 70
Binary 11111011 100001 1110111 0 1010111 110101 10 101010000 1100000 111000

Color Harmonies of #FB2177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2177

Black with #FB2177

Text Example


Text Example

White with #FB2177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2177; }

 p { color: rgb(251,33,119); }

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

background-color css

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

 a { background-color: rgb(251,33,119); }

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

border-color css

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

 span { border-color: rgb(251,33,119); }

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