Html Css Color HEX #FB1077 Deep Pink

📋 copy color: '#FB1077'

red 251 ◦ green 16 ◦ blue 119

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

Shades of Deep Pink #FB1077

Tints of Deep Pink #FB1077

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.15%

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

R = 65.03%
G = 4.15%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FB1077 (or 0xFB1077) is known color: Deep Pink. HEX triplet: FB, 10 and 77. RGB value is (251,16,119). Sum of RGB (Red+Green+Blue) = 251+16+119=386 (51% of max value = 765). Red value is 251 (98.44% from 255 or 65.03% from 386); Green value is 16 (6.64% from 255 or 4.15% from 386); Blue value is 119 (46.88% from 255 or 30.83% from 386); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1077 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB1077 is #04EF88. Grayscale: #616161. Windows color (decimal): -323465 or 7803131. OLE color: 7803131.

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

Color convert

RGB 251 16 119 -
CMYK 0 0.94 0.53 0.02
HSL 333.7º 0.97% 0.52% -
HSV(B) 333.7º 0.94% 0.98% -
XYZ 43.3 22.21 19.46 -
YUV 98.01 139.86 237.12 -
System Red Green Blue C M Y K H S L
Decimal 251 16 119 0 0.94 0.53 0.02 333.7 0.97 0.52
Hex FB 10 77 0 5E 35 2 14E 61 34
Octal 373 20 167 0 136 65 2 516 141 64
Binary 11111011 10000 1110111 0 1011110 110101 10 101001110 1100001 110100

Color Harmonies of #FB1077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1077

Black with #FB1077

Text Example


Text Example

White with #FB1077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1077; }

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

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

background-color css

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

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

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

border-color css

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

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

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