Html Css Color HEX #FB1777 Deep Pink

📋 copy color: '#FB1777'

red 251 ◦ green 23 ◦ blue 119

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

Shades of Deep Pink #FB1777

Tints of Deep Pink #FB1777

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.85%

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

R = 63.87%
G = 5.85%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FB1777 (or 0xFB1777) is known color: Deep Pink. HEX triplet: FB, 17 and 77. RGB value is (251,23,119). Sum of RGB (Red+Green+Blue) = 251+23+119=393 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.87% from 393); Green value is 23 (9.38% from 255 or 5.85% from 393); Blue value is 119 (46.88% from 255 or 30.28% from 393); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1777 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB1777 is #04E888. Grayscale: #656565. Windows color (decimal): -321673 or 7804923. OLE color: 7804923.

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

Color convert

RGB 251 23 119 -
CMYK 0 0.91 0.53 0.02
HSL 334.74º 0.97% 0.54% -
HSV(B) 334.74º 0.91% 0.98% -
XYZ 43.42 22.45 19.5 -
YUV 102.12 137.54 234.19 -
System Red Green Blue C M Y K H S L
Decimal 251 23 119 0 0.91 0.53 0.02 334.74 0.97 0.54
Hex FB 17 77 0 5B 35 2 14F 61 36
Octal 373 27 167 0 133 65 2 517 141 66
Binary 11111011 10111 1110111 0 1011011 110101 10 101001111 1100001 110110

Color Harmonies of #FB1777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1777

Black with #FB1777

Text Example


Text Example

White with #FB1777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1777; }

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

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

background-color css

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

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

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

border-color css

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

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

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